Interface PropertyView
-
- All Known Implementing Classes:
PropertyViewImpl
public interface PropertyView
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfacePropertyView.Presenter
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.gwt.dom.client.LIElementgetPropertyFields()com.google.gwt.dom.client.SpanElementgetPropertyName()com.google.gwt.dom.client.InputElementgetPropertyValueInput()com.google.gwt.dom.client.SpanElementgetPropertyValueSpan()
-
-
-
Method Detail
-
getPropertyFields
com.google.gwt.dom.client.LIElement getPropertyFields()
- Returns:
- the
LIElementcontaining the property' fields
-
getPropertyName
com.google.gwt.dom.client.SpanElement getPropertyName()
- Returns:
- the
SpanElementshowing the property' name
-
getPropertyValueSpan
com.google.gwt.dom.client.SpanElement getPropertyValueSpan()
- Returns:
- the
SpanElementshowing the property' value
-
getPropertyValueInput
com.google.gwt.dom.client.InputElement getPropertyValueInput()
- Returns:
- the
InputElementediting the property' value
-
-