|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vaadin.client.ui.AbstractConnector
com.vaadin.client.ui.AbstractComponentConnector
com.vaadin.client.ui.AbstractFieldConnector
public abstract class AbstractFieldConnector
| Constructor Summary | |
|---|---|
AbstractFieldConnector()
|
|
| Method Summary | |
|---|---|
com.vaadin.shared.AbstractFieldState |
getState()
Returns the shared state object for this connector. |
boolean |
isModified()
|
boolean |
isReadOnly()
Checks if the connector is read only. |
boolean |
isRequired()
Checks whether the required indicator should be shown for the field. |
protected void |
updateWidgetStyleNames()
Updates the user defined, read-only and error style names for the widget based the shared state. |
| Methods inherited from class com.vaadin.client.ui.AbstractComponentConnector |
|---|
createWidget, delegateCaptionHandling, flush, getIcon, getIconUri, getLayoutManager, getTooltipInfo, getWidget, hasTooltip, isRealUpdate, isRelativeHeight, isRelativeWidth, isUndefinedHeight, isUndefinedWidth, onStateChanged, onUnregister, setWidgetEnabled, setWidgetStyleName, setWidgetStyleNameWithPrefix, updateComponentSize, updateComponentSize, updateEnabledState, updateWidgetSize |
| Methods inherited from class com.vaadin.client.ui.AbstractConnector |
|---|
addStateChangeHandler, addStateChangeHandler, createState, doInit, ensureHandlerManager, fireEvent, forceStateChange, getChildren, getConnection, getConnectorId, getParent, getResourceUrl, getRpcImplementations, getRpcProxy, getStateType, hasEventListener, init, isEnabled, registerRpc, removeStateChangeHandler, removeStateChangeHandler, setChildren, setParent, unregisterRpc |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.vaadin.client.ServerConnector |
|---|
addStateChangeHandler, addStateChangeHandler, doInit, fireEvent, getChildren, getConnection, getParent, getRpcImplementations, hasEventListener, isEnabled, removeStateChangeHandler, removeStateChangeHandler, setChildren, setParent |
| Methods inherited from interface com.vaadin.shared.Connector |
|---|
getConnectorId |
| Constructor Detail |
|---|
public AbstractFieldConnector()
| Method Detail |
|---|
public com.vaadin.shared.AbstractFieldState getState()
AbstractConnector
getState in interface ComponentConnectorgetState in interface ServerConnectorgetState in class AbstractComponentConnectorpublic boolean isReadOnly()
ComponentConnector
isReadOnly in interface ComponentConnectorisReadOnly in class AbstractComponentConnectorpublic boolean isModified()
public boolean isRequired()
protected void updateWidgetStyleNames()
AbstractComponentConnectorAbstractComponentConnector.getWidget()
This method can be overridden to provide additional style names for the
component, for example see
updateWidgetStyleNames()
updateWidgetStyleNames in class AbstractComponentConnector
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||