EchoPoint API - 3.0.0b5
App Webcontainer

Uses of Class
echopoint.tucana.ButtonDisplay

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

Uses of ButtonDisplay in echopoint.tucana
 

Methods in echopoint.tucana that return ButtonDisplay
 ButtonDisplay FileUploadSelector.getButtonDisplayMode()
          Get the configuration for display of the submit button.
static ButtonDisplay ButtonDisplay.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ButtonDisplay[] ButtonDisplay.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 ButtonDisplay
 void FileUploadSelector.setButtonDisplayMode(ButtonDisplay mode)
          Set the button display mode for the input submit button.
 


EchoPoint API - 3.0.0b5
App Webcontainer