29303132333435
return parent.findNiftyControl(attributes.get("id"), Draggable.class); } @Override public ElementType createType() { return new ControlType(attributes); }
35363738394041
return parent.findNiftyControl(attributes.get("id"), Window.class); } @Override public ElementType createType() { return new ControlType(attributes); }
30313233343536
return parent.findNiftyControl(attributes.get("id"), DropDown.class); } @Override public ElementType createType() { return new ControlType(attributes); }
32333435363738
return parent.findNiftyControl(attributes.get("id"), CheckBox.class); } @Override public ElementType createType() { return new ControlType(attributes); }
31323334353637
return parent.findNiftyControl(attributes.get("id"), Console.class); } @Override public ElementType createType() { return new ControlType(attributes); }
return parent.findNiftyControl(attributes.get("id"), Button.class); } @Override public ElementType createType() { return new ControlType(attributes); }
27282930313233
return parent.findNiftyControl(attributes.get("id"), ScrollPanel.class); } @Override public ElementType createType() { return new ControlType(attributes); }
54555657585960
return parent.findNiftyControl(attributes.get("id"), Chat.class); } @Override public ElementType createType() { return new ControlType(attributes); }
return parent.findNiftyControl(attributes.get("id"), Droppable.class); } @Override public ElementType createType() { return new ControlType(attributes); }
return parent.findNiftyControl(attributes.get("id"), ImageSelect.class); } @Override public ElementType createType() { return new ControlType(attributes); }