|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ComponentEditConfig
Defines the edit control configuration. A JSON serialized form needs to be written to the response when drawing the 'edit control'.
| Method Summary | |
|---|---|
DialogMode |
getDialogMode()
Returns the display mode of the dialog |
Map<String,DropTarget> |
getDropTargets()
Returns a unmodifiable map of configurations of drop targets. |
String |
getEmptyText()
Gets the text to be displayed when isEmpty() is true. |
Map<String,Object> |
getFormParameterMap()
Returns the additional form parameters to be included in the dialog. |
Map<String,String> |
getFormParameters()
Returns an unmodifiable map for additional form parameters to be included in the dialog. |
InplaceEditingConfig |
getInplaceEditingConfig()
Returns the configuration for inplace editing of this configuration. |
String |
getInsertBehavior()
Returns the insert behavior or null of not defined |
EditLayout |
getLayout()
Returns the edit layout for the edit control widget. |
Map<String,String> |
getListeners()
Returns an unmodifiable map of edit listeners. |
JSONItem |
getLiveRelationship()
Returns the component live relationship. |
Toolbar |
getToolbar()
Returns the (unmodifiable) toolbar for the editbar/menu. |
Boolean |
isDeepCancel()
Returns if cancelling inheritance of the component sets the cq:isCancelledForChildren flag or not. |
boolean |
isDefault()
Checks if this config has all default values in respect to the default values of the widgets. |
boolean |
isEmpty()
Returns the empty flag. |
Boolean |
isOrderable()
Returns if the edited component is orderable. |
boolean |
isTargetingDisabled()
Returns if targeting is disabled for this component. |
| Methods inherited from interface com.day.cq.commons.JSONItem |
|---|
write |
| Method Detail |
|---|
boolean isDefault()
true the edit config does not
need to be submitted to the client.
true if defaultEditLayout getLayout()
Map<String,DropTarget> getDropTargets()
DialogMode getDialogMode()
InplaceEditingConfig getInplaceEditingConfig()
null if there is no inplace editing
config (which means that no inplace editing is available for the component)String getInsertBehavior()
null of not defined
nullboolean isEmpty()
empty flag. Indicates if the respective
component has no visual content and a placeholder text should be
rendered.
true if a placeholder text should be renderedString getEmptyText()
isEmpty() is true.
Returns null if the default text is displayed.
nullBoolean isOrderable()
true if the component is orderable or null
if the behavior is defined by the widgets.Toolbar getToolbar()
Map<String,String> getFormParameters()
Map<String,Object> getFormParameterMap()
Map<String,String> getListeners()
JSONItem getLiveRelationship()
null otherwiseBoolean isDeepCancel()
true if cancel sets the flag or null
if cancel does not set the flag.boolean isTargetingDisabled()
true if targeting is disabled, false if targeting is allowed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||