W
- public class ValueInputEvent<W extends ValueField<? extends Element<?>,W,V>,V> extends Event<ValueInputHandler<W,V>>
Event.Type<H extends EventHandler>
Modifier and Type | Field and Description |
---|---|
protected W |
target |
protected String |
textValue |
static Event.Type<ValueInputHandler<? extends ValueField<? extends Element<?>,?,?>,?>> |
TYPE |
protected V |
value |
Constructor and Description |
---|
ValueInputEvent() |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(ValueInputHandler<W,V> handler) |
W |
getTarget() |
String |
getTextValue() |
Event.Type<ValueInputHandler<W,V>> |
getType() |
V |
getValue() |
void |
setTarget(W target) |
void |
setTextValue(String textValue) |
void |
setValue(V value) |
assertLive, cast, checkIsInEventThread, getEventPhase, getSource, isLive, isPreventDefault, isStopPropagation, kill, preventDefault, releaseCapture, revive, setCapture, setCapture, setSource, stopPropagation
public static Event.Type<ValueInputHandler<? extends ValueField<? extends Element<?>,?,?>,?>> TYPE
protected W extends ValueField<? extends Element<?>,W,V> target
protected String textValue
protected V value
public Event.Type<ValueInputHandler<W,V>> getType()
getType
in class Event<ValueInputHandler<W extends ValueField<? extends Element<?>,W,V>,V>>
protected void dispatch(ValueInputHandler<W,V> handler)
dispatch
in class Event<ValueInputHandler<W extends ValueField<? extends Element<?>,W,V>,V>>
public void setTarget(W target)
target
- the target to setpublic W getTarget()
public String getTextValue()
public void setTextValue(String textValue)
textValue
- the textValue to setpublic V getValue()
public void setValue(V value)
value
- the value to setCopyright © 2018 Xalys. All rights reserved.