Uses of Class
org.jvnet.flamingo.common.AbstractCommandButton.CommandButtonLocationOrderKind

Packages that use AbstractCommandButton.CommandButtonLocationOrderKind
org.jvnet.flamingo.common   
 

Uses of AbstractCommandButton.CommandButtonLocationOrderKind in org.jvnet.flamingo.common
 

Methods in org.jvnet.flamingo.common that return AbstractCommandButton.CommandButtonLocationOrderKind
 AbstractCommandButton.CommandButtonLocationOrderKind AbstractCommandButton.getLocationOrderKind()
          Returns the location order kind for buttons placed in command button strips or for buttons that need the visuals of segmented strips.
static AbstractCommandButton.CommandButtonLocationOrderKind AbstractCommandButton.CommandButtonLocationOrderKind.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AbstractCommandButton.CommandButtonLocationOrderKind[] AbstractCommandButton.CommandButtonLocationOrderKind.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 AbstractCommandButton.CommandButtonLocationOrderKind
 void AbstractCommandButton.setLocationOrderKind(AbstractCommandButton.CommandButtonLocationOrderKind locationOrderKind)
          Sets the location order kind for buttons placed in command button strips or for buttons that need the visuals of segmented strips.