Interface PropertyView

  • All Known Implementing Classes:
    PropertyViewImpl

    public interface PropertyView
    • Method Detail

      • getPropertyFields

        com.google.gwt.dom.client.LIElement getPropertyFields()
        Returns:
        the LIElement containing the property' fields
      • getPropertyName

        com.google.gwt.dom.client.SpanElement getPropertyName()
        Returns:
        the SpanElement showing the property' name
      • getPropertyValueSpan

        com.google.gwt.dom.client.SpanElement getPropertyValueSpan()
        Returns:
        the SpanElement showing the property' value
      • getPropertyValueInput

        com.google.gwt.dom.client.InputElement getPropertyValueInput()
        Returns:
        the InputElement editing the property' value