Class StringCheckBoxWrapper
- All Implemented Interfaces:
Action.ShortcutNotifier,ContextClickEvent.ContextClickNotifier,MethodEventSource,SerializableEventListener,ClientConnector,Sizeable,Connector,Component,Component.Focusable,HasComponents,Buffered,BufferedValidatable,Property<String>,Property.Editor,Property.ReadOnlyStatusChangeListener,Property.ReadOnlyStatusChangeNotifier,Property.ValueChangeListener,Property.ValueChangeNotifier,Property.Viewer,Validatable,Field<String>,Serializable,Iterable<Component>,EventListener
Wrapper de checkbox para tipos convertidos em Strings
- Author:
- eduardo
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class AbstractField
AbstractField.FocusShortcut, AbstractField.ReadOnlyStatusChangeEventNested classes/interfaces inherited from interface Buffered
Buffered.SourceExceptionNested classes/interfaces inherited from interface ClientConnector
ClientConnector.AttachEvent, ClientConnector.AttachListener, ClientConnector.ConnectorErrorEvent, ClientConnector.DetachEvent, ClientConnector.DetachListenerNested classes/interfaces inherited from interface Component
Component.ErrorEvent, Component.Event, Component.Focusable, Component.ListenerNested classes/interfaces inherited from interface Field
Field.ValueChangeEventNested classes/interfaces inherited from interface HasComponents
HasComponents.ComponentAttachDetachNotifier, HasComponents.ComponentAttachEvent, HasComponents.ComponentAttachListener, HasComponents.ComponentDetachEvent, HasComponents.ComponentDetachListenerNested classes/interfaces inherited from interface Property
Property.Editor, Property.ReadOnlyException, Property.ReadOnlyStatusChangeListener, Property.ReadOnlyStatusChangeNotifier, Property.Transactional<T>, Property.ValueChangeListener, Property.ValueChangeNotifier, Property.ViewerNested classes/interfaces inherited from interface Sizeable
Sizeable.Unit -
Field Summary
Fields inherited from class AbstractComponent
DESIGN_ATTR_PLAIN_TEXTFields inherited from interface Sizeable
SIZE_UNDEFINED, UNITS_CM, UNITS_EM, UNITS_EX, UNITS_INCH, UNITS_MM, UNITS_PERCENTAGE, UNITS_PICAS, UNITS_PIXELS, UNITS_POINTS -
Constructor Summary
ConstructorsConstructorDescriptionStringCheckBoxWrapper(String forTrue, String forFalse) StringCheckBoxWrapper(String forTrue, String forFalse, boolean initialValue) StringCheckBoxWrapper(String forTrue, String forFalse, String caption, boolean initialValue) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddStyleName(String style) getType()protected ComponentvoidremoveStyleName(String style) voidsetCaption(String caption) voidsetCaptionAsHtml(boolean captionAsHtml) voidsetDescription(String description) voidsetImmediate(boolean immediate) protected voidsetInternalValue(String newFieldValue) voidsetPrimaryStyleName(String style) Methods inherited from class CustomField
attach, focus, getContent, getTabIndex, iterator, setFocusDelegate, setHeight, setTabIndex, setWidthMethods inherited from class AbstractField
addListener, addListener, addReadOnlyStatusChangeListener, addValidator, addValueChangeListener, beforeClientResponse, clear, commit, detach, discard, fireReadOnlyStatusChange, fireValueChange, getConversionError, getConversionError, getConvertedValue, getConverter, getCurrentBufferedSourceException, getCustomAttributes, getErrorMessage, getInternalValue, getModelType, getPropertyDataSource, getRequiredError, getState, getState, getValidators, getValue, isBuffered, isEmpty, isInvalidAllowed, isInvalidCommitted, isModified, isReadOnly, isRequired, isValid, isValidationVisible, readDesign, readOnlyStatusChange, removeAllValidators, removeListener, removeListener, removeReadOnlyStatusChangeListener, removeValidator, removeValueChangeListener, setBuffered, setConversionError, setConvertedValue, setConverter, setConverter, setCurrentBufferedSourceException, setInvalidAllowed, setInvalidCommitted, setLocale, setPropertyDataSource, setReadOnly, setRequired, setRequiredError, setValidationVisible, setValue, setValue, setValue, shouldHideErrors, validate, validate, valueChange, writeDesignMethods inherited from class AbstractLegacyComponent
getExplicitImmediateValue, isImmediateMethods inherited from class AbstractComponent
addContextClickListener, addListener, addShortcutListener, findAncestor, fireComponentErrorEvent, fireComponentEvent, getActionManager, getComponentError, getData, getDebugId, getHeight, getHeightUnits, getIcon, getId, getLocale, getParent, getWidth, getWidthUnits, isCaptionAsHtml, isConnectorEnabled, isEnabled, isOrHasAncestor, isRequiredIndicatorVisible, isResponsive, isVisible, removeContextClickListener, removeListener, removeShortcutListener, setComponentError, setData, setDebugId, setDescription, setEnabled, setHeight, setHeightFull, setHeightUndefined, setIcon, setId, setParent, setRequiredIndicatorVisible, setResponsive, setSizeFull, setSizeUndefined, setStyleName, setVisible, setWidth, setWidthFull, setWidthUndefinedMethods inherited from class AbstractClientConnector
addAttachListener, addDetachListener, addExtension, addListener, addListener, addListener, addListener, addListener, addListener, addMethodInvocationToQueue, createState, encodeState, equals, fireEvent, getAllChildrenIterable, getConnectorId, getErrorHandler, getExtensions, getListeners, getResource, getRpcManager, getRpcProxy, getSession, getStateType, getUI, handleConnectorRequest, hashCode, hasListeners, isAttached, isThis, markAsDirty, markAsDirtyRecursive, registerRpc, registerRpc, removeAttachListener, removeDetachListener, removeExtension, removeListener, removeListener, removeListener, removeListener, removeListener, requestRepaint, requestRepaintAll, retrievePendingRpcCalls, setErrorHandler, setResource, updateDiffstateMethods inherited from class Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Action.ShortcutNotifier
addShortcutListener, removeShortcutListenerMethods inherited from interface ClientConnector
addAttachListener, addDetachListener, beforeClientResponse, detach, encodeState, getErrorHandler, getExtensions, getRpcManager, getStateType, handleConnectorRequest, isAttached, isConnectorEnabled, markAsDirty, markAsDirtyRecursive, removeAttachListener, removeDetachListener, removeExtension, requestRepaint, requestRepaintAll, retrievePendingRpcCalls, setErrorHandlerMethods inherited from interface Component
addListener, addStyleNames, getIcon, getId, getLocale, getParent, getUI, isEnabled, isVisible, readDesign, removeListener, removeStyleNames, setEnabled, setIcon, setId, setParent, setStyleName, setStyleName, setVisible, writeDesignMethods inherited from interface Connector
getConnectorIdMethods inherited from interface Iterable
forEach, spliteratorMethods inherited from interface Sizeable
getHeight, getHeightUnits, getWidth, getWidthUnits, setHeight, setHeightFull, setHeightUndefined, setSizeFull, setSizeUndefined, setWidth, setWidthFull, setWidthUndefined
-
Constructor Details
-
StringCheckBoxWrapper
-
StringCheckBoxWrapper
-
StringCheckBoxWrapper
-
-
Method Details
-
initContent
protected Component initContent()- Specified by:
initContentin classCustomField<String>
-
getType
-
getCaption
- Specified by:
getCaptionin interfaceComponent- Overrides:
getCaptionin classAbstractComponent
-
setCaption
- Specified by:
setCaptionin interfaceComponent- Overrides:
setCaptionin classAbstractComponent
-
setCaptionAsHtml
public void setCaptionAsHtml(boolean captionAsHtml) - Overrides:
setCaptionAsHtmlin classAbstractComponent
-
getDescription
- Specified by:
getDescriptionin interfaceComponent- Overrides:
getDescriptionin classAbstractComponent
-
setDescription
- Overrides:
setDescriptionin classAbstractComponent
-
setInternalValue
- Overrides:
setInternalValuein classAbstractField<String>
-
getStyleName
- Specified by:
getStyleNamein interfaceComponent- Overrides:
getStyleNamein classAbstractComponent
-
setPrimaryStyleName
- Specified by:
setPrimaryStyleNamein interfaceComponent- Overrides:
setPrimaryStyleNamein classAbstractComponent
-
getPrimaryStyleName
- Specified by:
getPrimaryStyleNamein interfaceComponent- Overrides:
getPrimaryStyleNamein classAbstractComponent
-
addStyleName
- Specified by:
addStyleNamein interfaceComponent- Overrides:
addStyleNamein classAbstractComponent
-
removeStyleName
- Specified by:
removeStyleNamein interfaceComponent- Overrides:
removeStyleNamein classAbstractComponent
-
setImmediate
public void setImmediate(boolean immediate) - Overrides:
setImmediatein classAbstractLegacyComponent
-