Uses of Class
org.jvnet.flamingo.common.JCommandButtonPanel.LayoutKind

Packages that use JCommandButtonPanel.LayoutKind
org.jvnet.flamingo.common   
 

Uses of JCommandButtonPanel.LayoutKind in org.jvnet.flamingo.common
 

Methods in org.jvnet.flamingo.common that return JCommandButtonPanel.LayoutKind
 JCommandButtonPanel.LayoutKind JCommandButtonPanel.getLayoutKind()
          Returns the layout kind of this panel.
static JCommandButtonPanel.LayoutKind JCommandButtonPanel.LayoutKind.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static JCommandButtonPanel.LayoutKind[] JCommandButtonPanel.LayoutKind.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jvnet.flamingo.common with parameters of type JCommandButtonPanel.LayoutKind
 void JCommandButtonPanel.setLayoutKind(JCommandButtonPanel.LayoutKind layoutKind)
          Sets the new layout kind for this panel.