Uses of Class
com.cc.framework.ui.model.ButtonType

Packages that use ButtonType
com.cc.framework.ui.control   
com.cc.framework.ui.model   
com.cc.framework.ui.model.imp   
 

Uses of ButtonType in com.cc.framework.ui.control
 

Methods in com.cc.framework.ui.control that return ButtonType
 ButtonType ButtonControl.getButtonType()
          Returns the type of the button
 

Uses of ButtonType in com.cc.framework.ui.model
 

Fields in com.cc.framework.ui.model declared as ButtonType
static ButtonType ButtonType.BUTTON
          ButtonType: button
static ButtonType ButtonType.SUBMIT
          ButtonType: submit
static ButtonType ButtonType.CANCEL
          ButtonType: cancel
static ButtonType ButtonType.RESET
          ButtonType: reset
private static ButtonType[] ButtonType.ALL
          Collection with all elements
 

Methods in com.cc.framework.ui.model that return ButtonType
static ButtonType ButtonType.parse(java.lang.String code)
          Creates for the argument an Object of Type ButtonType
 ButtonType ButtonDesignModel.getButtonType()
          Returns the type of the button
 

Methods in com.cc.framework.ui.model with parameters of type ButtonType
 void ButtonDesignModel.setButtonType(ButtonType buttonType)
          Sets the type of the button
 

Uses of ButtonType in com.cc.framework.ui.model.imp
 

Fields in com.cc.framework.ui.model.imp declared as ButtonType
private  ButtonType ButtonDesignModelImp.buttonType
          The button type
 

Methods in com.cc.framework.ui.model.imp that return ButtonType
 ButtonType ButtonDesignModelImp.getButtonType()
           
 

Methods in com.cc.framework.ui.model.imp with parameters of type ButtonType
 void ButtonDesignModelImp.setButtonType(ButtonType buttonType)
           
 



Copyright © 2000-2005 SCC Informationssysteme GmbH. All Rights Reserved.