@Templated public class PropertyViewImpl extends Object implements PropertyView
ItemElementViewPropertyView.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 PropertyViewLIElement containing the property' fieldspublic com.google.gwt.dom.client.SpanElement getPropertyName()
getPropertyName in interface PropertyViewSpanElement showing the property' namepublic com.google.gwt.dom.client.SpanElement getPropertyValueSpan()
getPropertyValueSpan in interface PropertyViewSpanElement showing the property' valuepublic com.google.gwt.dom.client.InputElement getPropertyValueInput()
getPropertyValueInput in interface PropertyViewInputElement editing the property' value@EventHandler(value="propertyValueInput") public void onPropertyValueInputClickEvent(com.google.gwt.event.dom.client.ClickEvent clickEvent)
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.