10 #include <Wt/WContainerWidget> 31 class Option :
public WContainerWidget
36 Option(
const WString& text, WContainerWidget *parent = 0);
40 void setText(
const WString& text);
44 WInteractWidget *
item() {
return option_; }
46 virtual void setHidden(
bool hidden,
47 const WAnimation& animation = WAnimation());
WInteractWidget * item()
Returns the clickable part.
OptionList * list_
The list in which this option is managed, if managed.
A list of options, separated by '|'.
WText * option_
The option command text.
WText * sep_
The separator '|'.