Class TextInputControlPeerBase<N extends TextInputControl,NB extends TextInputControlPeerBase<N,NB,NM>,NM extends TextInputControlPeerMixin<N,NB,NM>>
java.lang.Object
dev.webfx.kit.mapper.peers.javafxgraphics.base.NodePeerBase<N,NB,NM>
dev.webfx.kit.mapper.peers.javafxgraphics.base.RegionPeerBase<N,NB,NM>
dev.webfx.kit.mapper.peers.javafxcontrols.base.ControlPeerBase<N,NB,NM>
dev.webfx.kit.mapper.peers.javafxcontrols.base.TextInputControlPeerBase<N,NB,NM>
- All Implemented Interfaces:
NodePeer<N>
- Direct Known Subclasses:
TextAreaPeerBase
,TextFieldPeerBase
public abstract class TextInputControlPeerBase<N extends TextInputControl,NB extends TextInputControlPeerBase<N,NB,NM>,NM extends TextInputControlPeerMixin<N,NB,NM>>
extends ControlPeerBase<N,NB,NM>
- Author:
- Bruno Salmon
-
Field Summary
Fields inherited from class dev.webfx.kit.mapper.peers.javafxgraphics.base.NodePeerBase
mixin, node
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
bind
(N buttonBase, SceneRequester sceneRequester) boolean
updateProperty
(ObservableValue changedProperty) Methods inherited from class dev.webfx.kit.mapper.peers.javafxgraphics.base.NodePeerBase
getNode, requestFocus, requestUpdateOnListChange, requestUpdateOnPropertiesChange, setMixin, setNode, unbind, updateList, updateList2, updateList2, updateProperty
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface dev.webfx.kit.mapper.peers.javafxgraphics.NodePeer
isTreeVisible, snapshot
-
Constructor Details
-
TextInputControlPeerBase
public TextInputControlPeerBase()
-
-
Method Details
-
bind
- Specified by:
bind
in interfaceNodePeer<N extends TextInputControl>
- Overrides:
bind
in classControlPeerBase<N extends TextInputControl,
NB extends TextInputControlPeerBase<N, NB, NM>, NM extends TextInputControlPeerMixin<N, NB, NM>>
-
updateProperty
- Specified by:
updateProperty
in interfaceNodePeer<N extends TextInputControl>
- Overrides:
updateProperty
in classRegionPeerBase<N extends TextInputControl,
NB extends TextInputControlPeerBase<N, NB, NM>, NM extends TextInputControlPeerMixin<N, NB, NM>>
-