31323334353637
return parent.findNiftyControl(attributes.get("id"), ListBoxControl.class); } @Override public ElementType createType() { return new ControlType(attributes); }
32333435363738
return parent.findNiftyControl(attributes.get("id"), Label.class); } @Override public ElementType createType() { return new ControlType(attributes); }
return parent.findNiftyControl(attributes.get("id"), TextField.class); } @Override public ElementType createType() { return new ControlType(attributes); }
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); }
return parent.findNiftyControl(attributes.get("id"), CheckBox.class); } @Override public ElementType createType() { return new ControlType(attributes); }
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); }