public class ComboBox<T> extends ChoiceBase<T> implements AppComboBox<T>
anchor, contextMenu, parent, path, peer, peerType, properties| Constructor and Description |
|---|
ComboBox(Class<T> itemType,
Application app) |
ComboBox(String id,
Class<T> itemType,
Application app) |
ComboBox(String id,
net.thevpc.common.props.PropertyType itemType,
Application app) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.common.props.WritableInt |
caretPosition() |
net.thevpc.common.props.WritableBoolean |
lastWasEdit() |
AppComboBoxPeer |
peer() |
void |
replaceSelection(String newValue) |
net.thevpc.common.i18n.WritableStr |
text() |
net.thevpc.common.props.WritableString |
textContentType() |
net.thevpc.common.props.WritableString |
textSelection() |
WritableTextStyle |
textStyle() |
itemRenderer, itemType, selection, valuesaccelerator, active, anchor, app, backgroundColor, bounds, childConstraints, componentType, contextMenu, copy, copyDefault, createListeners, editable, editing, enabled, events, focused, foregroundColor, icon, iconConfig, iconSet, id, largeIcon, locale, mnemonic, opaque, order, parent, parentConstraints, path, peer, peerType, prefSize, prepareUnshowing, properties, requestFocus, resolveDefaultComponentConstructor, setOptions, setParent, setPeer, shown, title, titleStyle, tooltip, updateUI, visiblefullPropertyName, parentProperty, propagateEvents, propertyName, propertyType, toString, userObjectsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waititemRenderer, itemType, selection, valuesaccelerator, active, anchor, app, backgroundColor, bounds, childConstraints, componentType, contextMenu, copy, editable, editing, enabled, events, focused, foregroundColor, icon, iconConfig, iconSet, id, largeIcon, locale, mnemonic, opaque, order, parent, parentConstraints, path, peer, peerType, prefSize, properties, requestFocus, setOptions, shown, title, titleStyle, tooltip, visiblegetChildProperty, isWritable, onChange, onChange, onChangeAndInit, onChangeAndInit, onPropagatedChange, onPropagatedChange, onPropagatedChangeAndInit, onPropagatedChangeAndInit, propertyName, propertyType, readOnly, userObjects, with, withpublic ComboBox(Class<T> itemType, Application app)
public ComboBox(String id, Class<T> itemType, Application app)
public ComboBox(String id, net.thevpc.common.props.PropertyType itemType, Application app)
public net.thevpc.common.props.WritableBoolean lastWasEdit()
lastWasEdit in interface AppComboBox<T>public AppComboBoxPeer peer()
peer in interface AppComponentpeer in class ComponentBasepublic net.thevpc.common.props.WritableString textContentType()
textContentType in interface AppTextControlpublic net.thevpc.common.i18n.WritableStr text()
text in interface AppTextControlpublic WritableTextStyle textStyle()
textStyle in interface AppTextControlpublic net.thevpc.common.props.WritableString textSelection()
textSelection in interface AppEditTextControlpublic net.thevpc.common.props.WritableInt caretPosition()
caretPosition in interface AppEditTextControlpublic void replaceSelection(String newValue)
replaceSelection in interface AppEditTextControlCopyright © 2021 vpc open source initiative. All rights reserved.