de.lessvoid.nifty.loaderv2.types
Class ControlDefinitionType

java.lang.Object
  extended by de.lessvoid.nifty.loaderv2.types.XmlBaseType
      extended by de.lessvoid.nifty.loaderv2.types.ElementType
          extended by de.lessvoid.nifty.loaderv2.types.ControlDefinitionType
All Implemented Interfaces:
XmlType

public class ControlDefinitionType
extends ElementType


Field Summary
 
Fields inherited from class de.lessvoid.nifty.loaderv2.types.ElementType
controller, controllers, effects, elementRendererCreator, elements, interact, tagName
 
Constructor Summary
ControlDefinitionType()
           
ControlDefinitionType(Attributes attributes)
           
ControlDefinitionType(ControlDefinitionType src)
           
 
Method Summary
 ElementType copy()
           
 ElementType getControlElementType()
           
 String getName()
           
 void makeFlat()
           
 
Methods inherited from class de.lessvoid.nifty.loaderv2.types.ElementType
addControl, addElementType, addImage, addLabel, addPanel, addText, applyAttributes, applyChildren, applyEffects, applyInteract, applyPostAttributes, applyStyles, connectParentControls, create, getEffects, getElements, getFirstElement, getInteract, hasElements, output, prepare, refreshAttributes, removeWithTag, setEffect, setInteract, translateSpecialValues
 
Methods inherited from class de.lessvoid.nifty.loaderv2.types.XmlBaseType
getAttributes, initFromAttributes, mergeFromAttributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ControlDefinitionType

public ControlDefinitionType()

ControlDefinitionType

public ControlDefinitionType(ControlDefinitionType src)

ControlDefinitionType

public ControlDefinitionType(Attributes attributes)
Method Detail

copy

public ElementType copy()
Overrides:
copy in class ElementType

makeFlat

public void makeFlat()
Overrides:
makeFlat in class ElementType

getName

public String getName()

getControlElementType

public ElementType getControlElementType()


Copyright © 2011. All Rights Reserved.