public interface ISubitem
IGraphicalSubitem interface enables access
to actions replayed by the mouse or keyboard.IGraphicalSubitem}| Modifier and Type | Method and Description |
|---|---|
void |
setState(Action action)
Performs a specific action.
|
void |
setState(Action action,
Subitem item)
Performs a specific action against the subitem
at a specified index.
|
void |
setState(Action action,
Subitem start,
Subitem end)
Performs a specific action against the subitem
range defined by the specified subitems.
|
void setState(Action action, Subitem item)
item - the subitem to act uponaction - the action that should be performedsetState(Action.select(),atText("Bill Wu")
void setState(Action action)
action - the action that should be performednameCombo.setState(Action.expand())
void setState(Action action, Subitem start, Subitem end)
start - the first subitem to act uponend - the last subitem to act uponaction - the action that should be performedsetState(Action.select(),atText("John Barrie",atText("Bill Wu")