@Templated public class PropertyViewImpl extends Object implements PropertyView
ItemElementView
PropertyView.Presenter
Modifier and Type | Field and Description |
---|---|
protected com.google.gwt.dom.client.LIElement |
propertyFields |
protected com.google.gwt.dom.client.SpanElement |
propertyName |
protected com.google.gwt.dom.client.InputElement |
propertyValueInput |
protected com.google.gwt.dom.client.SpanElement |
propertyValueSpan |
Constructor and Description |
---|
PropertyViewImpl() |
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() |
void |
onPropertyValueInputClickEvent(com.google.gwt.event.dom.client.ClickEvent clickEvent) |
@DataField(value="propertyFields") protected com.google.gwt.dom.client.LIElement propertyFields
@DataField(value="propertyName") protected com.google.gwt.dom.client.SpanElement propertyName
@DataField(value="propertyValueSpan") protected com.google.gwt.dom.client.SpanElement propertyValueSpan
@DataField(value="propertyValueInput") protected com.google.gwt.dom.client.InputElement propertyValueInput
public com.google.gwt.dom.client.LIElement getPropertyFields()
getPropertyFields
in interface PropertyView
LIElement
containing the property' fieldspublic com.google.gwt.dom.client.SpanElement getPropertyName()
getPropertyName
in interface PropertyView
SpanElement
showing the property' namepublic com.google.gwt.dom.client.SpanElement getPropertyValueSpan()
getPropertyValueSpan
in interface PropertyView
SpanElement
showing the property' valuepublic com.google.gwt.dom.client.InputElement getPropertyValueInput()
getPropertyValueInput
in interface PropertyView
InputElement
editing the property' value@EventHandler(value="propertyValueInput") public void onPropertyValueInputClickEvent(com.google.gwt.event.dom.client.ClickEvent clickEvent)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.