public static interface ValueAndDataTypePopoverView.Presenter extends HasCellEditorControls.Editor<HasValueAndTypeRef>
HasValueAndTypeRef| Modifier and Type | Method and Description |
|---|---|
String |
getValueLabel()
Returns the
String for the _value_ label. |
String |
normaliseValue(String value)
Returns a _normalised_ value that can be used to populate the domain model from the value entered by Users.
|
void |
setTypeRef(QName typeRef)
Sets the domain object typeRef.
|
void |
setValue(String value)
Sets the domain object value.
|
bindgetPopoverTitle, hide, showsetOnClosedByKeyboardCallbackvoid setValue(String value)
String value from the UI that has been _normalised_.
normaliseValue(java.lang.String). The value should be converted to the domain
object. HasValueAndTypeRef.toModelValue(java.lang.String).value - The non-null value.void setTypeRef(QName typeRef)
typeRef - The non-null typeRef.String getValueLabel()
String for the _value_ label.Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.