public class AppToolCheckBoxImpl extends AbstractAppTool implements AppToolToggle
| Constructor and Description |
|---|
AppToolCheckBoxImpl(String id,
AppToolButtonType buttonType,
String group,
Application app,
AppTools tools) |
| Modifier and Type | Method and Description |
|---|---|
AppToolButtonType |
buttonType() |
net.thevpc.common.props.WritableValue<String> |
group() |
net.thevpc.common.props.WritableValue<Boolean> |
selected() |
accelerator, copyTo, enabled, id, largeIcon, mnemonic, smallIcon, title, tools, tooltip, visibleclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitidpublic AppToolCheckBoxImpl(String id, AppToolButtonType buttonType, String group, Application app, AppTools tools)
public AppToolButtonType buttonType()
buttonType in interface AppToolTogglepublic net.thevpc.common.props.WritableValue<String> group()
group in interface AppToolTogglepublic net.thevpc.common.props.WritableValue<Boolean> selected()
selected in interface AppToolToggleCopyright © 2021 vpc open source initiative. All rights reserved.