Interface HasHelp
- All Known Subinterfaces:
DateTagDeclaration, FileTagDeclaration, InTagDeclaration, RangeTagDeclaration, SelectBooleanCheckboxTagDeclaration, SelectBooleanToggleTagDeclaration, SelectManyCheckboxTagDeclaration, SelectManyListboxTagDeclaration, SelectManyListTagDeclaration, SelectManyShuttleTagDeclaration, SelectOneChoiceTagDeclaration, SelectOneListboxTagDeclaration, SelectOneListTagDeclaration, SelectOneRadioTagDeclaration, StarsTagDeclaration, TextareaTagDeclaration
public interface HasHelp
-
Method Summary
Modifier and TypeMethodDescriptionvoidText value to display as a help.voidsetHelpTrigger(String trigger) Defines how the help button is triggered.
-
Method Details
-
setHelp
Text value to display as a help. -
setHelpTrigger
Defines how the help button is triggered. Possible values are any combination of "click", "focus" and "hover". Default value is "focus" (can be changed in tobago-config.xml).
-