Uses of Class
com.orchestranetworks.addon.dmdv.template.bean.AlignmentType
-
Packages that use AlignmentType Package Description com.orchestranetworks.addon.dmdv.template.bean Provides common classes to build a node template. -
-
Uses of AlignmentType in com.orchestranetworks.addon.dmdv.template.bean
Methods in com.orchestranetworks.addon.dmdv.template.bean that return AlignmentType Modifier and Type Method Description AlignmentTypeNodeElement. getAlignment()Returns this element's alignment used in Panel layouts.AlignmentTypeNodePanel. getContentAlignment()Sets the content alignment of this panel.static AlignmentTypeAlignmentType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AlignmentType[]AlignmentType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.orchestranetworks.addon.dmdv.template.bean with parameters of type AlignmentType Modifier and Type Method Description voidNodeElement. setAlignment(AlignmentType alignment)Sets this element's alignment used in Panel layouts.voidNodePanel. setContentAlignment(AlignmentType contentAlignment)Returns the default alignment of this panel.
-