EchoPoint API - 3.0.0b5
App Webcontainer

Uses of Class
echopoint.tucana.ButtonMode

Packages that use ButtonMode
echopoint.tucana Re-implementation of the tucana file upload component for Echo2. 
 

Uses of ButtonMode in echopoint.tucana
 

Methods in echopoint.tucana that return ButtonMode
 ButtonMode FileUploadSelector.getButtonMode()
          Get the current upload button display mode.
static ButtonMode ButtonMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ButtonMode[] ButtonMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in echopoint.tucana with parameters of type ButtonMode
 void FileUploadSelector.setButtonMode(ButtonMode mode)
          Sets the upload button display mode
 


EchoPoint API - 3.0.0b5
App Webcontainer