Uses of Class
org.openxava.web.layout.LayoutElementType

Packages that use LayoutElementType
org.openxava.web.layout   
 

Uses of LayoutElementType in org.openxava.web.layout
 

Methods in org.openxava.web.layout that return LayoutElementType
 LayoutElementType LayoutElement.getElementType()
           
static LayoutElementType LayoutElementType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static LayoutElementType[] LayoutElementType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.openxava.web.layout with parameters of type LayoutElementType
 void LayoutElement.setElementType(LayoutElementType elementType)
           
 

Constructors in org.openxava.web.layout with parameters of type LayoutElementType
LayoutElement(View view, int groupLevel, LayoutElementType elementType)
          Preferred constructor.