Uses of Class
com.orchestranetworks.addon.dmdv.template.bean.PanelLayout
-
Packages that use PanelLayout Package Description com.orchestranetworks.addon.dmdv.template.bean Provides common classes to build a node template. -
-
Uses of PanelLayout in com.orchestranetworks.addon.dmdv.template.bean
Methods in com.orchestranetworks.addon.dmdv.template.bean that return PanelLayout Modifier and Type Method Description PanelLayoutNodePanel. getPanelLayout()Returns the panel layout which controls how the panel's elements are measured and arranged.static PanelLayoutPanelLayout. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PanelLayout[]PanelLayout. 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 PanelLayout Modifier and Type Method Description voidNodePanel. setPanelLayout(PanelLayout panelLayout)Sets the panel layout which controls how the panel's elements are measured and arranged.
-