public class OutputTextProperty extends Object implements com.vaadin.data.Property<String>
UIOutputText.com.vaadin.data.Property.Editor, com.vaadin.data.Property.ReadOnlyException, com.vaadin.data.Property.ReadOnlyStatusChangeEvent, com.vaadin.data.Property.ReadOnlyStatusChangeListener, com.vaadin.data.Property.ReadOnlyStatusChangeNotifier, com.vaadin.data.Property.Transactional<T>, com.vaadin.data.Property.ValueChangeEvent, com.vaadin.data.Property.ValueChangeListener, com.vaadin.data.Property.ValueChangeNotifier, com.vaadin.data.Property.Viewer| Constructor and Description |
|---|
OutputTextProperty(UIOutputText outputText) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends String> |
getType() |
String |
getValue() |
boolean |
isReadOnly() |
void |
setReadOnly(boolean newStatus) |
void |
setValue(String newValue) |
public OutputTextProperty(UIOutputText outputText)
public String getValue()
getValue in interface com.vaadin.data.Property<String>public void setValue(String newValue) throws com.vaadin.data.Property.ReadOnlyException
setValue in interface com.vaadin.data.Property<String>com.vaadin.data.Property.ReadOnlyExceptionpublic Class<? extends String> getType()
getType in interface com.vaadin.data.Property<String>public boolean isReadOnly()
isReadOnly in interface com.vaadin.data.Property<String>public void setReadOnly(boolean newStatus)
setReadOnly in interface com.vaadin.data.Property<String>Copyright © 2007-2018 Whitestein Technologies. All Rights Reserved.