Uses of Class
org.jvnet.flamingo.common.CommandButtonDisplayState.CommandButtonSeparatorOrientation

Packages that use CommandButtonDisplayState.CommandButtonSeparatorOrientation
org.jvnet.flamingo.common   
 

Uses of CommandButtonDisplayState.CommandButtonSeparatorOrientation in org.jvnet.flamingo.common
 

Methods in org.jvnet.flamingo.common that return CommandButtonDisplayState.CommandButtonSeparatorOrientation
abstract  CommandButtonDisplayState.CommandButtonSeparatorOrientation CommandButtonDisplayState.getSeparatorOrientation()
          Returns the separator orientation for this state.
static CommandButtonDisplayState.CommandButtonSeparatorOrientation CommandButtonDisplayState.CommandButtonSeparatorOrientation.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CommandButtonDisplayState.CommandButtonSeparatorOrientation[] CommandButtonDisplayState.CommandButtonSeparatorOrientation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.