public interface SelectModelVisitor
Modifier and Type | Method and Description |
---|---|
void |
beginOptionGroup(OptionGroupModel groupModel)
Invoked once for each
OptionGroupModel , just before invoking option(OptionModel) for each
embedded option within the group. |
void |
endOptionGroup(OptionGroupModel groupModel)
Invoked after all options within the group have been visited.
|
void |
option(OptionModel optionModel)
Invoked for each option within a group, and at the end, for each ungrouped option.
|
void beginOptionGroup(OptionGroupModel groupModel)
OptionGroupModel
, just before invoking option(OptionModel)
for each
embedded option within the group.void option(OptionModel optionModel)
optionModel
- void endOptionGroup(OptionGroupModel groupModel)
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.