public interface PropertyView
Modifier and Type | Interface and Description |
---|---|
static interface |
PropertyView.Presenter |
Modifier and Type | Method and Description |
---|---|
com.google.gwt.dom.client.LIElement |
getPropertyFields() |
com.google.gwt.dom.client.SpanElement |
getPropertyName() |
com.google.gwt.dom.client.InputElement |
getPropertyValueInput() |
com.google.gwt.dom.client.SpanElement |
getPropertyValueSpan() |
com.google.gwt.dom.client.LIElement getPropertyFields()
LIElement
containing the property' fieldscom.google.gwt.dom.client.SpanElement getPropertyName()
SpanElement
showing the property' namecom.google.gwt.dom.client.SpanElement getPropertyValueSpan()
SpanElement
showing the property' valuecom.google.gwt.dom.client.InputElement getPropertyValueInput()
InputElement
editing the property' valueCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.