Uses of Class
com.jalios.jcms.uicomponent.Button.ButtonType
-
Packages that use Button.ButtonType Package Description com.jalios.jcms.taglib.button com.jalios.jcms.uicomponent -
-
Uses of Button.ButtonType in com.jalios.jcms.taglib.button
Fields in com.jalios.jcms.taglib.button declared as Button.ButtonType Modifier and Type Field Description protected Button.ButtonType
ButtonTag. buttonType
Methods in com.jalios.jcms.taglib.button with parameters of type Button.ButtonType Modifier and Type Method Description void
ButtonTag. setButtonType(Button.ButtonType buttonType)
-
Uses of Button.ButtonType in com.jalios.jcms.uicomponent
Fields in com.jalios.jcms.uicomponent declared as Button.ButtonType Modifier and Type Field Description static Button.ButtonType
Button. DEFAULT_BUTTON_TYPE
Methods in com.jalios.jcms.uicomponent that return Button.ButtonType Modifier and Type Method Description Button.ButtonType
Button. getButtonType()
static Button.ButtonType
Button.ButtonType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Button.ButtonType[]
Button.ButtonType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.jalios.jcms.uicomponent with parameters of type Button.ButtonType Modifier and Type Method Description Button.ButtonBuilder
Button.ButtonBuilder. buttonType(Button.ButtonType buttonType)
-