Groovy Documentation

org.grails.plugin.vaadin.ui
[Groovy] Class DefaultCustomField

java.lang.Object
  com.vaadin.ui.AbstractComponent
      com.vaadin.ui.AbstractComponentContainer
          com.vaadin.ui.CustomComponent
              org.vaadin.addon.customfield.CustomField
                  org.grails.plugin.vaadin.ui.DefaultCustomField

class DefaultCustomField
extends org.vaadin.addon.customfield.CustomField

An empty CustomField that derives its type from the propertyDataSource

Authors:
Francis McKenzie


Field Summary
 
Fields inherited from class org.vaadin.addon.customfield.CustomField
UNITS_PIXELS, UNITS_POINTS, UNITS_PICAS, UNITS_EM, UNITS_EX, UNITS_MM, UNITS_CM, UNITS_INCH, UNITS_PERCENTAGE, SIZE_UNDEFINED, UNIT_SYMBOLS
 
Constructor Summary
DefaultCustomField()

 
Method Summary
Class getType()

 
Methods inherited from class org.vaadin.addon.customfield.CustomField
org.vaadin.addon.customfield.CustomField#toString(), org.vaadin.addon.customfield.CustomField#getValue(), org.vaadin.addon.customfield.CustomField#getType(), org.vaadin.addon.customfield.CustomField#isReadOnly(), org.vaadin.addon.customfield.CustomField#setValue(java.lang.Object), org.vaadin.addon.customfield.CustomField#isValid(), org.vaadin.addon.customfield.CustomField#validate(), org.vaadin.addon.customfield.CustomField#isModified(), org.vaadin.addon.customfield.CustomField#getErrorMessage(), org.vaadin.addon.customfield.CustomField#commit(), org.vaadin.addon.customfield.CustomField#addListener(com.vaadin.data.Property$ValueChangeListener), org.vaadin.addon.customfield.CustomField#isRequired(), org.vaadin.addon.customfield.CustomField#setRequired(boolean), org.vaadin.addon.customfield.CustomField#removeListener(com.vaadin.data.Property$ValueChangeListener), org.vaadin.addon.customfield.CustomField#valueChange(com.vaadin.data.Property$ValueChangeEvent), org.vaadin.addon.customfield.CustomField#setPropertyDataSource(com.vaadin.data.Property), org.vaadin.addon.customfield.CustomField#getPropertyDataSource(), org.vaadin.addon.customfield.CustomField#paintContent(com.vaadin.terminal.PaintTarget), org.vaadin.addon.customfield.CustomField#focus(), org.vaadin.addon.customfield.CustomField#getTabIndex(), org.vaadin.addon.customfield.CustomField#setTabIndex(int), org.vaadin.addon.customfield.CustomField#isInvalidCommitted(), org.vaadin.addon.customfield.CustomField#setInvalidCommitted(boolean), org.vaadin.addon.customfield.CustomField#discard(), org.vaadin.addon.customfield.CustomField#isWriteThrough(), org.vaadin.addon.customfield.CustomField#setWriteThrough(boolean), org.vaadin.addon.customfield.CustomField#isReadThrough(), org.vaadin.addon.customfield.CustomField#setReadThrough(boolean), org.vaadin.addon.customfield.CustomField#addValidator(com.vaadin.data.Validator), org.vaadin.addon.customfield.CustomField#getValidators(), org.vaadin.addon.customfield.CustomField#removeValidator(com.vaadin.data.Validator), org.vaadin.addon.customfield.CustomField#isInvalidAllowed(), org.vaadin.addon.customfield.CustomField#setInvalidAllowed(boolean), org.vaadin.addon.customfield.CustomField#setRequiredError(java.lang.String), org.vaadin.addon.customfield.CustomField#getRequiredError(), org.vaadin.addon.customfield.CustomField#isValidationVisible(), org.vaadin.addon.customfield.CustomField#setValidationVisible(boolean), org.vaadin.addon.customfield.CustomField#setCurrentBufferedSourceException(com.vaadin.data.Buffered$SourceException), org.vaadin.addon.customfield.CustomField#getComponentType(), org.vaadin.addon.customfield.CustomField#getComponentCount(), org.vaadin.addon.customfield.CustomField#addComponent(com.vaadin.ui.Component), org.vaadin.addon.customfield.CustomField#removeComponent(com.vaadin.ui.Component), org.vaadin.addon.customfield.CustomField#getComponentIterator(), org.vaadin.addon.customfield.CustomField#replaceComponent(com.vaadin.ui.Component, com.vaadin.ui.Component), org.vaadin.addon.customfield.CustomField#removeAllComponents(), org.vaadin.addon.customfield.CustomField#moveComponentsFrom(com.vaadin.ui.ComponentContainer), org.vaadin.addon.customfield.CustomField#setComponentType(java.lang.String), org.vaadin.addon.customfield.CustomField#setEnabled(boolean), org.vaadin.addon.customfield.CustomField#setWidth(float, int), org.vaadin.addon.customfield.CustomField#addListener(com.vaadin.ui.ComponentContainer$ComponentAttachListener), org.vaadin.addon.customfield.CustomField#addListener(com.vaadin.ui.ComponentContainer$ComponentDetachListener), org.vaadin.addon.customfield.CustomField#attach(), org.vaadin.addon.customfield.CustomField#removeListener(com.vaadin.ui.ComponentContainer$ComponentAttachListener), org.vaadin.addon.customfield.CustomField#removeListener(com.vaadin.ui.ComponentContainer$ComponentDetachListener), org.vaadin.addon.customfield.CustomField#requestRepaintAll(), org.vaadin.addon.customfield.CustomField#detach(), org.vaadin.addon.customfield.CustomField#setHeight(float, int), org.vaadin.addon.customfield.CustomField#getParent(), org.vaadin.addon.customfield.CustomField#setReadOnly(boolean), org.vaadin.addon.customfield.CustomField#setParent(com.vaadin.ui.Component), org.vaadin.addon.customfield.CustomField#getData(), org.vaadin.addon.customfield.CustomField#setLocale(java.util.Locale), org.vaadin.addon.customfield.CustomField#getDescription(), org.vaadin.addon.customfield.CustomField#paint(com.vaadin.terminal.PaintTarget), org.vaadin.addon.customfield.CustomField#getListeners(java.lang.Class), org.vaadin.addon.customfield.CustomField#isVisible(), org.vaadin.addon.customfield.CustomField#isEnabled(), org.vaadin.addon.customfield.CustomField#setVisible(boolean), org.vaadin.addon.customfield.CustomField#getLocale(), org.vaadin.addon.customfield.CustomField#getWidth(), org.vaadin.addon.customfield.CustomField#getHeight(), org.vaadin.addon.customfield.CustomField#setIcon(com.vaadin.terminal.Resource), org.vaadin.addon.customfield.CustomField#getIcon(), org.vaadin.addon.customfield.CustomField#setWidth(float), org.vaadin.addon.customfield.CustomField#setWidth(java.lang.String), org.vaadin.addon.customfield.CustomField#setDescription(java.lang.String), org.vaadin.addon.customfield.CustomField#setErrorHandler(com.vaadin.ui.AbstractComponent$ComponentErrorHandler), org.vaadin.addon.customfield.CustomField#getErrorHandler(), org.vaadin.addon.customfield.CustomField#addListener(com.vaadin.terminal.Paintable$RepaintRequestListener), org.vaadin.addon.customfield.CustomField#addListener(java.lang.Class, java.lang.Object, java.lang.String), org.vaadin.addon.customfield.CustomField#addListener(java.lang.Class, java.lang.Object, java.lang.reflect.Method), org.vaadin.addon.customfield.CustomField#addListener(com.vaadin.ui.Component$Listener), org.vaadin.addon.customfield.CustomField#getStyle(), org.vaadin.addon.customfield.CustomField#setStyle(java.lang.String), org.vaadin.addon.customfield.CustomField#setData(java.lang.Object), org.vaadin.addon.customfield.CustomField#removeListener(java.lang.Class, java.lang.Object, java.lang.String), org.vaadin.addon.customfield.CustomField#removeListener(com.vaadin.ui.Component$Listener), org.vaadin.addon.customfield.CustomField#removeListener(com.vaadin.terminal.Paintable$RepaintRequestListener), org.vaadin.addon.customfield.CustomField#removeListener(java.lang.Class, java.lang.Object), org.vaadin.addon.customfield.CustomField#removeListener(java.lang.Class, java.lang.Object, java.lang.reflect.Method), org.vaadin.addon.customfield.CustomField#requestRepaint(), org.vaadin.addon.customfield.CustomField#changeVariables(java.lang.Object, java.util.Map), org.vaadin.addon.customfield.CustomField#getStyleName(), org.vaadin.addon.customfield.CustomField#setStyleName(java.lang.String), org.vaadin.addon.customfield.CustomField#addStyleName(java.lang.String), org.vaadin.addon.customfield.CustomField#removeStyleName(java.lang.String), org.vaadin.addon.customfield.CustomField#getCaption(), org.vaadin.addon.customfield.CustomField#setCaption(java.lang.String), org.vaadin.addon.customfield.CustomField#getWindow(), org.vaadin.addon.customfield.CustomField#getApplication(), org.vaadin.addon.customfield.CustomField#childRequestedRepaint(java.util.Collection), org.vaadin.addon.customfield.CustomField#setDebugId(java.lang.String), org.vaadin.addon.customfield.CustomField#getDebugId(), org.vaadin.addon.customfield.CustomField#requestRepaintRequests(), org.vaadin.addon.customfield.CustomField#isImmediate(), org.vaadin.addon.customfield.CustomField#setHeight(java.lang.String), org.vaadin.addon.customfield.CustomField#setHeight(float), org.vaadin.addon.customfield.CustomField#getWidthUnits(), org.vaadin.addon.customfield.CustomField#setWidthUnits(int), org.vaadin.addon.customfield.CustomField#getHeightUnits(), org.vaadin.addon.customfield.CustomField#setHeightUnits(int), org.vaadin.addon.customfield.CustomField#setSizeFull(), org.vaadin.addon.customfield.CustomField#setSizeUndefined(), org.vaadin.addon.customfield.CustomField#setImmediate(boolean), org.vaadin.addon.customfield.CustomField#getComponentError(), org.vaadin.addon.customfield.CustomField#setComponentError(com.vaadin.terminal.ErrorMessage), org.vaadin.addon.customfield.CustomField#handleError(com.vaadin.ui.AbstractComponent$ComponentErrorEvent), org.vaadin.addon.customfield.CustomField#wait(), org.vaadin.addon.customfield.CustomField#wait(long), org.vaadin.addon.customfield.CustomField#wait(long, int), org.vaadin.addon.customfield.CustomField#equals(java.lang.Object), org.vaadin.addon.customfield.CustomField#hashCode(), org.vaadin.addon.customfield.CustomField#getClass(), org.vaadin.addon.customfield.CustomField#notify(), org.vaadin.addon.customfield.CustomField#notifyAll()
 
Methods inherited from class CustomComponent
getComponentType, getComponentCount, addComponent, removeComponent, getComponentIterator, paintContent, replaceComponent, removeAllComponents, moveComponentsFrom, setComponentType, setEnabled, setWidth, addListener, addListener, attach, removeListener, removeListener, requestRepaintAll, detach, setHeight, getParent, setReadOnly, isReadOnly, setParent, getData, setLocale, getDescription, paint, getListeners, isVisible, isEnabled, setVisible, getLocale, getWidth, getHeight, setIcon, getIcon, setWidth, setWidth, setDescription, getErrorMessage, setErrorHandler, getErrorHandler, addListener, addListener, addListener, addListener, getStyle, setStyle, setData, removeListener, removeListener, removeListener, removeListener, removeListener, requestRepaint, changeVariables, getStyleName, setStyleName, addStyleName, removeStyleName, getCaption, setCaption, getWindow, getApplication, childRequestedRepaint, setDebugId, getDebugId, requestRepaintRequests, isImmediate, setHeight, setHeight, getWidthUnits, setWidthUnits, getHeightUnits, setHeightUnits, setSizeFull, setSizeUndefined, setImmediate, getComponentError, setComponentError, handleError, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Constructor Detail

DefaultCustomField

DefaultCustomField()


 
Method Detail

getType

@Override
Class getType()


 

Groovy Documentation