public class NumberBase<T extends Number> extends ControlBase implements AppNumberControl<T>
anchor, contextMenu, itemType, parent, path, peer, peerType, properties| Constructor and Description |
|---|
NumberBase(String id,
Class<T> numberType,
Application app,
Class<? extends AppNumberControl<T>> componentType,
Class<? extends AppComponentPeer> peerType) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.common.props.WritableValue<T> |
majorTicks() |
net.thevpc.common.props.WritableValue<T> |
max() |
net.thevpc.common.props.WritableValue<T> |
min() |
net.thevpc.common.props.WritableValue<T> |
minorTicks() |
net.thevpc.common.props.WritableBoolean |
snapToTicks() |
net.thevpc.common.props.WritableValue<T> |
step() |
net.thevpc.common.props.WritableValue<T> |
value() |
Class<T> |
valueType() |
accelerator, 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, 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, waitaccelerator, 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, 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 NumberBase(String id, Class<T> numberType, Application app, Class<? extends AppNumberControl<T>> componentType, Class<? extends AppComponentPeer> peerType)
public net.thevpc.common.props.WritableValue<T> value()
value in interface AppNumberControl<T extends Number>public net.thevpc.common.props.WritableValue<T> min()
min in interface AppNumberControl<T extends Number>public net.thevpc.common.props.WritableValue<T> max()
max in interface AppNumberControl<T extends Number>public net.thevpc.common.props.WritableValue<T> step()
step in interface AppNumberControl<T extends Number>public net.thevpc.common.props.WritableValue<T> minorTicks()
minorTicks in interface AppNumberControl<T extends Number>public net.thevpc.common.props.WritableValue<T> majorTicks()
majorTicks in interface AppNumberControl<T extends Number>public net.thevpc.common.props.WritableBoolean snapToTicks()
snapToTicks in interface AppNumberControl<T extends Number>Copyright © 2021 vpc open source initiative. All rights reserved.