Uses of Class
com.evolveum.midpoint.web.component.button.ButtonType

Packages that use ButtonType
com.evolveum.midpoint.web.component.button   
com.evolveum.midpoint.web.component.data.column   
 

Uses of ButtonType in com.evolveum.midpoint.web.component.button
 

Methods in com.evolveum.midpoint.web.component.button that return ButtonType
static ButtonType ButtonType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ButtonType[] ButtonType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.evolveum.midpoint.web.component.button with parameters of type ButtonType
AjaxLinkButton(java.lang.String id, ButtonType type, org.apache.wicket.model.IModel<java.lang.String> label)
           
AjaxLinkButton(java.lang.String id, ButtonType type, org.apache.wicket.model.IModel<java.lang.String> label, java.lang.String image)
           
AjaxSubmitLinkButton(java.lang.String id, ButtonType type, org.apache.wicket.model.IModel<java.lang.String> label)
           
AjaxSubmitLinkButton(java.lang.String id, ButtonType type, org.apache.wicket.model.IModel<java.lang.String> label, java.lang.String image)
           
 

Uses of ButtonType in com.evolveum.midpoint.web.component.data.column
 

Methods in com.evolveum.midpoint.web.component.data.column with parameters of type ButtonType
 void ButtonColumn.setButtonType(ButtonType buttonType)
           
 

Constructors in com.evolveum.midpoint.web.component.data.column with parameters of type ButtonType
ButtonPanel(java.lang.String id, org.apache.wicket.model.IModel<java.lang.String> label, ButtonType type)
           
 



Copyright © 2012 evolveum. All Rights Reserved.