Class CmsUploadPropertyPanel
java.lang.Object
com.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.Widget
com.google.gwt.user.client.ui.Panel
com.google.gwt.user.client.ui.ComplexPanel
com.google.gwt.user.client.ui.FlowPanel
org.opencms.ade.postupload.client.ui.CmsUploadPropertyPanel
- All Implemented Interfaces:
com.google.gwt.event.logical.shared.HasAttachHandlers,com.google.gwt.event.shared.HasHandlers,com.google.gwt.user.client.EventListener,com.google.gwt.user.client.ui.HasVisibility,com.google.gwt.user.client.ui.HasWidgets,com.google.gwt.user.client.ui.HasWidgets.ForIsWidget,com.google.gwt.user.client.ui.IndexedPanel,com.google.gwt.user.client.ui.IndexedPanel.ForIsWidget,com.google.gwt.user.client.ui.InsertPanel,com.google.gwt.user.client.ui.InsertPanel.ForIsWidget,com.google.gwt.user.client.ui.IsWidget,Iterable<com.google.gwt.user.client.ui.Widget>,I_CmsFormHandler
public class CmsUploadPropertyPanel
extends com.google.gwt.user.client.ui.FlowPanel
implements I_CmsFormHandler
Panel for the property dialog.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabledNested classes/interfaces inherited from interface com.google.gwt.user.client.ui.HasWidgets
com.google.gwt.user.client.ui.HasWidgets.ForIsWidgetNested classes/interfaces inherited from interface com.google.gwt.user.client.ui.IndexedPanel
com.google.gwt.user.client.ui.IndexedPanel.ForIsWidgetNested classes/interfaces inherited from interface com.google.gwt.user.client.ui.InsertPanel
com.google.gwt.user.client.ui.InsertPanel.ForIsWidget -
Field Summary
Fields inherited from class com.google.gwt.user.client.ui.UIObject
DEBUG_ID_PREFIX -
Constructor Summary
ConstructorsConstructorDescriptionCmsUploadPropertyPanel(CmsUploadPropertyDialog dialog, org.opencms.ade.postupload.shared.CmsPostUploadDialogBean options, org.opencms.ade.postupload.shared.CmsPostUploadDialogPanelBean values) Public constructor. -
Method Summary
Modifier and TypeMethodDescriptionGets the property editor instance.Returns the resourcePath.org.opencms.ade.postupload.shared.CmsPostUploadDialogPanelBeanReturns the content bean (values) of the current dialog.protected voidSets up the property editor.booleanReturns true if properties are currently being submitted.protected voidonLoad()voidonSubmitValidationResult(CmsForm form, boolean ok) This method is called when the validation triggered by an attempt to submit the form has finished.voidonValidationResult(CmsForm form, boolean ok) This method is called when the normal validation triggered by changing fields has finished.Methods inherited from class com.google.gwt.user.client.ui.FlowPanel
add, clear, insert, insertMethods inherited from class com.google.gwt.user.client.ui.ComplexPanel
add, add, adjustIndex, checkIndexBoundsForAccess, checkIndexBoundsForInsertion, getChildren, getWidget, getWidgetCount, getWidgetIndex, getWidgetIndex, insert, insert, iterator, remove, removeMethods inherited from class com.google.gwt.user.client.ui.Panel
add, adopt, doAttachChildren, doDetachChildren, orphan, removeMethods inherited from class com.google.gwt.user.client.ui.Widget
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, fireEvent, getHandlerCount, getLayoutData, getParent, isAttached, isOrWasAttached, onAttach, onBrowserEvent, onDetach, onUnload, removeFromParent, setLayoutData, sinkEvents, unsinkEventsMethods inherited from class com.google.gwt.user.client.ui.UIObject
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, resolvePotentialElement, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.gwt.user.client.ui.IndexedPanel
getWidget, getWidgetCount, getWidgetIndex, removeMethods inherited from interface com.google.gwt.user.client.ui.IndexedPanel.ForIsWidget
getWidgetIndexMethods inherited from interface com.google.gwt.user.client.ui.InsertPanel.ForIsWidget
addMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
Method Details
-
getPropertyEditor
Gets the property editor instance.- Returns:
- the property editor instance
-
getResourcePath
Returns the resourcePath.- Returns:
- the resourcePath
-
getUpdatedValues
Returns the content bean (values) of the current dialog.- Returns:
- the content bean (values) of the current dialog
-
isSubmitting
Description copied from interface:I_CmsFormHandlerReturns true if properties are currently being submitted.- Specified by:
isSubmittingin interfaceI_CmsFormHandler- Returns:
- true if properties are being submitted
- See Also:
-
onSubmitValidationResult
Description copied from interface:I_CmsFormHandlerThis method is called when the validation triggered by an attempt to submit the form has finished.- Specified by:
onSubmitValidationResultin interfaceI_CmsFormHandler- Parameters:
form- the formok- the validation result- See Also:
-
onValidationResult
Description copied from interface:I_CmsFormHandlerThis method is called when the normal validation triggered by changing fields has finished.- Specified by:
onValidationResultin interfaceI_CmsFormHandler- Parameters:
form- the formok- the validation result- See Also:
-
initializePropertyEditor
Sets up the property editor. -
onLoad
- Overrides:
onLoadin classcom.google.gwt.user.client.ui.Widget- See Also:
-