Interface I_CmsFormEditWidget
- All Superinterfaces:
com.google.gwt.event.dom.client.HasFocusHandlers,com.google.gwt.event.shared.HasHandlers,com.google.gwt.user.client.ui.HasValue<String>,com.google.gwt.event.logical.shared.HasValueChangeHandlers<String>,I_CmsEditWidget,com.google.gwt.user.client.ui.IsWidget,com.google.gwt.user.client.TakesValue<String>
- All Known Implementing Classes:
CmsFormWidgetWrapper,WidgetWrapper
An editing widget including the label. To be used for form based editing only.
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetWidgetInfo(String label, String help) Sets the widget label and help text.Methods inherited from interface com.google.gwt.event.dom.client.HasFocusHandlers
addFocusHandlerMethods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEventMethods inherited from interface com.google.gwt.user.client.ui.HasValue
getValue, setValueMethods inherited from interface org.opencms.acacia.client.widgets.I_CmsEditWidget
addValueChangeHandler, isActive, onAttachWidget, owns, setActive, setName, setValue, shouldSetDefaultWhenDisabledMethods inherited from interface com.google.gwt.user.client.ui.IsWidget
asWidget
-
Method Details
-
setWidgetInfo
Sets the widget label and help text.- Parameters:
label- the widget label texthelp- the widget help text
-