|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.krad.uif.component.ConfigurableBase
org.kuali.rice.krad.uif.component.ComponentBase
public abstract class ComponentBase
Base implementation of Component which other component
implementations should extend
Provides base component properties such as id and template. Also provides
default implementation for the ScriptEventSupport and
Ordered interfaces. By default no script events except the
onDocumentReady are supported.
| Field Summary |
|---|
| Fields inherited from interface org.kuali.rice.krad.uif.component.Ordered |
|---|
INITIAL_ORDER_VALUE |
| Fields inherited from interface org.springframework.core.Ordered |
|---|
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE |
| Constructor Summary | |
|---|---|
ComponentBase()
|
|
| Method Summary | |
|---|---|
void |
addStyleClass(String styleClass)
Adds a single style to the list of styles on this component |
void |
appendToStyle(String styleRules)
TODO: javadoc |
String |
getAlign()
Horizontal alignment of the component within its container |
String |
getBaseId()
The original generated id. |
int |
getColSpan()
Number of places the component should take up horizontally in the container |
List<ComponentModifier> |
getComponentModifiers()
ComponentModifier instances that should be invoked to
initialize the component |
Map<String,String> |
getComponentOptions()
Options that are passed through to the Component renderer. |
String |
getComponentOptionsJSString()
Builds a string from the underlying Map of component options
that will export that options as a JavaScript Map for use in js and
jQuery plugins |
String |
getConditionalRefresh()
When set if the condition is satisfied, the component will be refreshed. |
String |
getConditionalRefreshConditionJs()
The condition to refresh this component converted to a js expression, set internally cannot be set. |
List<String> |
getConditionalRefreshControlNames()
Control names used to control conditional refresh, set internally cannot be set. |
Map<String,Object> |
getContext()
Context map for the component |
String |
getEventCode()
|
List<Object> |
getFinalizeMethodAdditionalArguments()
List of Object instances that should be passed as arguments to the finalize method |
MethodInvokerConfig |
getFinalizeMethodInvoker()
MethodInvokerConfig instance for the method that should be invoked
for finalizing the component configuration |
String |
getFinalizeMethodToCall()
Name of the method that should be invoked for finalizing the component configuration (full method name, without parameters or return type) |
String |
getId()
The unique id (within a given tree) for the component |
List<Component> |
getNestedComponents()
List of components that are contained within the component |
String |
getOnBlurScript()
Script that should be executed when the component's onBlur event is fired |
String |
getOnChangeScript()
Script that should be executed when the component's onChange event is fired |
String |
getOnClickScript()
Script that should be executed when the component's onClick event is fired |
String |
getOnCloseScript()
Script that should be executed when the component's onClose event is fired |
String |
getOnDblClickScript()
Script that should be executed when the component's onDblClick event is fired |
String |
getOnDocumentReadyScript()
Script to be run when the document ready event is triggered |
String |
getOnFocusScript()
Script that should be executed when the component's onFocus event is fired |
String |
getOnKeyDownScript()
Script that should be executed when the component's onKeyDown event is fired |
String |
getOnKeyPressScript()
Script that should be executed when the component's onKeyPress event is fired |
String |
getOnKeyUpScript()
Script that should be executed when the component's onKeyUp event is fired |
String |
getOnLoadScript()
Script that should be executed when the component's onLoad event is fired |
String |
getOnMouseDownScript()
Script that should be executed when the component's onMouseDown event is fired |
String |
getOnMouseMoveScript()
Script that should be executed when the component's onMouseMove event is fired |
String |
getOnMouseOutScript()
Script that should be executed when the component's onMouseOut event is fired |
String |
getOnMouseOverScript()
Script that should be executed when the component's onMouseOver event is fired |
String |
getOnMouseUpScript()
Script that should be executed when the component's onMouseUp event is fired |
String |
getOnSubmitScript()
Script that should be executed when the component's onSubmit event is fired |
String |
getOnUnloadScript()
Script that should be executed when the component's onUnload event is fired |
int |
getOrder()
Can be used to order a component within a List of other components, lower numbers are placed higher up in the list, while higher numbers are placed lower in the list |
String |
getProgressiveDisclosureConditionJs()
The condition to show this component progressively converted to a js expression, set internally cannot be set. |
List<String> |
getProgressiveDisclosureControlNames()
Control names used to control progressive disclosure, set internally cannot be set. |
String |
getProgressiveRender()
When set if the condition is satisfied, the component will be displayed. |
List<Component> |
getPropertyReplacerComponents()
List of components that are contained within the List of PropertyReplacer in component |
List<PropertyReplacer> |
getPropertyReplacers()
List of PropertyReplacer instances that will be evaluated
during the view lifecycle to conditionally set properties on the
Component based on expression evaluations |
String |
getRefreshWhenChanged()
Specifies a property by name that when it value changes will automatically perform a refresh on this component. |
List<String> |
getRefreshWhenChangedControlNames()
Control names which will refresh this component when they are changed, added internally |
String |
getRenderOutput()
Rendering output for the component that will be sent as part of the response (can contain static text and HTML) |
Boolean |
getRequired()
Indicates whether the component is required |
int |
getRowSpan()
Number of places the component should take up vertically in the container |
String |
getStyle()
CSS style string to be applied to the component |
List<String> |
getStyleClasses()
CSS style class(s) to be applied to the component |
String |
getStyleClassesAsString()
Builds the HTML class attribute string by combining the styleClasses list with a space delimiter |
boolean |
getSupportsOnBlur()
Indicates whether the component supports the onBlur event |
boolean |
getSupportsOnChange()
Indicates whether the component supports the onChange event |
boolean |
getSupportsOnClick()
Indicates whether the component supports the onClick event |
boolean |
getSupportsOnClose()
Indicates whether the component supports the onClose event |
boolean |
getSupportsOnDblClick()
Indicates whether the component supports the onDblClick event |
boolean |
getSupportsOnDocumentReady()
Indicates whether the component supports the document ready event |
boolean |
getSupportsOnFocus()
Indicates whether the component supports the onFocus event |
boolean |
getSupportsOnKeyDown()
Indicates whether the component supports the onKeyDown event |
boolean |
getSupportsOnKeyPress()
Indicates whether the component supports the onKeyPress event |
boolean |
getSupportsOnKeyUp()
Indicates whether the component supports the onKeyUp event |
boolean |
getSupportsOnLoad()
Indicates whether the component supports the onLoad event |
boolean |
getSupportsOnMouseDown()
Indicates whether the component supports the onMouseDown event |
boolean |
getSupportsOnMouseMove()
Indicates whether the component supports the onMouseMove event |
boolean |
getSupportsOnMouseOut()
Indicates whether the component supports the onMouseOut event |
boolean |
getSupportsOnMouseOver()
Indicates whether the component supports the onMouseOver event |
boolean |
getSupportsOnMouseUp()
Indicates whether the component supports the onMouseUp event |
boolean |
getSupportsOnSubmit()
Indicates whether the component supports the onSubmit event |
boolean |
getSupportsOnUnload()
Indicates whether the component supports the onUnload event |
String |
getTemplate()
The path to the JSP file that should be called to render the component |
String |
getTitle()
A title for the component. |
String |
getValign()
Vertical alignment of the component within its container |
String |
getWidth()
Width the component should take up in the container |
boolean |
isHidden()
Indicates whether the component should be hidden in the UI |
boolean |
isProgressiveRenderAndRefresh()
If true, when the progressiveRender condition is satisfied, the component will always be retrieved from the server and shown(as opposed to being stored on the client, but hidden, after the first retrieval as is the case with the progressiveRenderViaAJAX option). |
boolean |
isProgressiveRenderViaAJAX()
When progressiveRenderViaAJAX is true, this component will be retrieved from the server when it first satisfies its progressive render condition. |
boolean |
isReadOnly()
Indicates whether the component can be edited |
boolean |
isRefresh()
Result of the conditionalRefresh expression, true if satisfied, otherwise false. |
boolean |
isRender()
Indicates whether the component should be rendered in the UI |
boolean |
isSelfRendered()
Indicates whether the component contains its own render output (through the renderOutput property) |
boolean |
isSkipInTabOrder()
Flag indicating that this component and its nested components must be skipped when keyboard tabbing. |
void |
performApplyModel(View view,
Object model,
Component parent)
The following updates are done here: |
void |
performFinalize(View view,
Object model,
Component parent)
The following finalization is done here: If any of the style properties were given, sets the style string on the style property Setup the decorator chain (if component has decorators) for rendering Set the skipInTabOrder flag for nested components |
void |
performInitialization(View view)
The following initialization is performed: progressiveRender and conditionalRefresh variables are processed if set. |
void |
pushAllToContext(Map<String,Object> objects)
Places each entry of the given Map into the context for the component |
void |
pushObjectToContext(String objectName,
Object object)
Places the given object into the context Map for the component with the given name |
protected void |
pushToPropertyReplacerContext(String objectName,
Object object)
|
void |
setAlign(String align)
Sets the components horizontal alignment |
void |
setBaseId(String baseId)
|
void |
setColSpan(int colSpan)
Setter for the components column span |
void |
setComponentModifiers(List<ComponentModifier> componentModifiers)
Setter for the components List of ComponentModifier
instances |
void |
setComponentOptions(Map<String,String> componentOptions)
Setter for the widget's options |
void |
setComponentOptionsJSString(String componentOptionsJSString)
Setter for the widget's options |
void |
setConditionalRefresh(String conditionalRefresh)
|
void |
setContext(Map<String,Object> context)
Setter for the context Map |
void |
setFinalizeMethodAdditionalArguments(List<Object> finalizeMethodAdditionalArguments)
Setter for the finalize additional arguments list |
void |
setFinalizeMethodInvoker(MethodInvokerConfig finalizeMethodInvoker)
Setter for the method invoker instance |
void |
setFinalizeMethodToCall(String finalizeMethodToCall)
Setter for the finalize method |
void |
setHidden(boolean hidden)
Setter for the hidden indicator |
void |
setId(String id)
Sets the unique id (within a given tree) for the component |
void |
setOnBlurScript(String onBlurScript)
Setter for the components onBlur script |
void |
setOnChangeScript(String onChangeScript)
Setter for the components onChange script |
void |
setOnClickScript(String onClickScript)
Setter for the components onClick script |
void |
setOnCloseScript(String onCloseScript)
Setter for the components onClose script |
void |
setOnDblClickScript(String onDblClickScript)
Setter for the components onDblClick script |
void |
setOnDocumentReadyScript(String onDocumentReadyScript)
Setter for the components onDocumentReady script |
void |
setOnFocusScript(String onFocusScript)
Setter for the components onFocus script |
void |
setOnKeyDownScript(String onKeyDownScript)
Setter for the components onKeyDown script |
void |
setOnKeyPressScript(String onKeyPressScript)
Setter for the components onKeyPress script |
void |
setOnKeyUpScript(String onKeyUpScript)
Setter for the components onKeyUp script |
void |
setOnLoadScript(String onLoadScript)
Setter for the components onLoad script |
void |
setOnMouseDownScript(String onMouseDownScript)
Setter for the components onMouseDown script |
void |
setOnMouseMoveScript(String onMouseMoveScript)
Setter for the components onMouseMove script |
void |
setOnMouseOutScript(String onMouseOutScript)
Setter for the components onMouseOut script |
void |
setOnMouseOverScript(String onMouseOverScript)
Setter for the components onMouseOver script |
void |
setOnMouseUpScript(String onMouseUpScript)
Setter for the components onMouseUp script |
void |
setOnSubmitScript(String onSubmitScript)
Setter for the components onSubmit script |
void |
setOnUnloadScript(String onUnloadScript)
Setter for the components onUnload script |
void |
setOrder(int order)
Setter for the component's order |
void |
setProgressiveRender(String progressiveRender)
|
void |
setProgressiveRenderAndRefresh(boolean progressiveRenderAndRefresh)
|
void |
setProgressiveRenderViaAJAX(boolean progressiveRenderViaAJAX)
|
void |
setPropertyReplacers(List<PropertyReplacer> propertyReplacers)
Setter for the components property substitutions |
void |
setReadOnly(boolean readOnly)
Setter for the read only indicator |
void |
setRefresh(boolean refresh)
|
void |
setRefreshWhenChanged(String refreshWhenChanged)
|
void |
setRender(boolean render)
Setter for the components render indicator |
void |
setRenderOutput(String renderOutput)
Setter for the component's render output |
void |
setRequired(Boolean required)
Setter for the required indicator |
void |
setRowSpan(int rowSpan)
Setter for the component row span |
void |
setSelfRendered(boolean selfRendered)
Setter for the self render indicator |
void |
setSkipInTabOrder(boolean skipInTabOrder)
|
void |
setStyle(String style)
Setter for the components style |
void |
setStyleClasses(List<String> styleClasses)
Setter for the components style classes |
void |
setTemplate(String template)
Setter for the components template |
void |
setTitle(String title)
Setter for the components title |
void |
setValign(String valign)
Setter for the component's vertical align |
void |
setWidth(String width)
Setter for the components width |
| Methods inherited from class org.kuali.rice.krad.uif.component.ConfigurableBase |
|---|
getPropertyExpression, getPropertyExpressions, setPropertyExpressions |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.kuali.rice.krad.uif.component.Component |
|---|
getComponentTypeName |
| Methods inherited from interface org.kuali.rice.krad.uif.component.Configurable |
|---|
getPropertyExpression, getPropertyExpressions, setPropertyExpressions |
| Constructor Detail |
|---|
public ComponentBase()
| Method Detail |
|---|
public void performInitialization(View view)
performInitialization in interface Componentview - - view instance in which the component belongsperformInitialization(org.kuali.rice.krad.uif.view.View)
public void performApplyModel(View view,
Object model,
Component parent)
performApplyModel in interface Componentview - - view instance to which the component belongsmodel - - Top level object containing the data (could be the form or a
top level business object, dto)
public void performFinalize(View view,
Object model,
Component parent)
performFinalize in interface Componentview - - view instance that should be finalized for renderingmodel - - top level object containing the dataparent - - parent componentComponent.performFinalize(org.kuali.rice.krad.uif.view.View,
java.lang.Object, org.kuali.rice.krad.uif.component.Component)public List<Component> getNestedComponents()
Component
Used by ViewHelperService for the various lifecycle
callbacks
getNestedComponents in interface ComponentComponent.getNestedComponents()public List<Component> getPropertyReplacerComponents()
ComponentPropertyReplacer in component
Used to get all the nested components in the property replacer's
getPropertyReplacerComponents in interface ComponentPropertyReplacer child componentspublic String getId()
ComponentThe id will be used by renderers to set the HTML element id. This gives a way to find various elements for scripting. If the id is not given, a default will be generated by the framework
getId in interface ComponentComponent.getId()public void setId(String id)
Component
setId in interface Componentid - - string to set as the component idComponent.setId(java.lang.String)public String getTemplate()
Component
The path should be relative to the web root. An attribute will be
available to the component to use under the name given by the method
getComponentTypeName. Based on the component type,
additional attributes could be available for use. See the component
documentation for more information on such attributes.
e.g. '/krad/WEB-INF/jsp/tiles/component.jsp'
getTemplate in interface ComponentComponent.getTemplate()public void setTemplate(String template)
Component
setTemplate in interface ComponentComponent.setTemplate(java.lang.String)public String getTitle()
Component
getTitle in interface ComponentComponent.getTitle()public void setTitle(String title)
Component
setTitle in interface ComponentComponent.setTitle(java.lang.String)public boolean isHidden()
ComponentHow the hidden data is maintained depends on the views persistence mode. If the mode is request, the corresponding data will be rendered to the UI but not visible. If the mode is session, the data will not be rendered to the UI but maintained server side.
For a Container component, the hidden setting will apply to
all contained components (making a section hidden makes all fields within
the section hidden)
isHidden in interface ComponentComponent.isHidden()public void setHidden(boolean hidden)
Component
setHidden in interface ComponentComponent.setHidden(boolean)public boolean isReadOnly()
Component
When readOnly the controls and widgets of Field components
will not be rendered. If the Field has an underlying value it will be
displayed readOnly to the user.
For a Container component, the readOnly setting will apply
to all contained components (making a section readOnly makes all fields
within the section readOnly)
isReadOnly in interface ComponentComponent.isReadOnly()public void setReadOnly(boolean readOnly)
Component
setReadOnly in interface ComponentComponent.setReadOnly(boolean)public Boolean getRequired()
ComponentAt the general component level required means there is some action the user needs to take within the component. For example, within a section it might mean the fields within the section should be completed. At a field level, it means the field should be completed. This provides the ability for the renderers to indicate the required action.
getRequired in interface ComponentComponent.getRequired()public void setRequired(Boolean required)
Component
setRequired in interface ComponentComponent.setRequired(java.lang.Boolean)public boolean isRender()
ComponentIf set to false, the corresponding component template will not be invoked (therefore nothing will be rendered to the UI).
isRender in interface ComponentComponent.isRender()public void setRender(boolean render)
Component
setRender in interface ComponentComponent.setRender(boolean)public int getColSpan()
Component
All components belong to a Container and are placed using a
LayoutManager. This property specifies how many places
horizontally the component should take up within the container. This is
only applicable for table based layout managers. Default is 1
getColSpan in interface ComponentComponent.getColSpan()public void setColSpan(int colSpan)
Component
setColSpan in interface ComponentComponent.setColSpan(int)public int getRowSpan()
Component
All components belong to a Container and are placed using a
LayoutManager. This property specifies how many places
vertically the component should take up within the container. This is
only applicable for table based layout managers. Default is 1
getRowSpan in interface ComponentComponent.getRowSpan()public void setRowSpan(int rowSpan)
Component
setRowSpan in interface ComponentComponent.setRowSpan(int)public String getAlign()
All components belong to a Container and are placed using a
LayoutManager. This property specifies how the component
should be aligned horizontally within the container. During the finalize
phase the CSS text-align style will be created for the align setting.
CssConstants.TextAlignspublic void setAlign(String align)
align - public String getValign()
All components belong to a Container and are placed using a
LayoutManager. This property specifies how the component
should be aligned vertically within the container. During the finalize
phase the CSS vertical-align style will be created for the valign
setting.
CssConstants.VerticalAlignspublic void setValign(String valign)
valign - public String getWidth()
All components belong to a Container and are placed using a
LayoutManager. This property specifies a width the component
should take up in the Container. This is not applicable for all layout
managers. During the finalize phase the CSS width style will be created
for the width setting.
e.g. '30%', '55px'
public void setWidth(String width)
width - public String getStyle()
ComponentAny style override or additions can be specified with this attribute. This is used by the renderer to set the style attribute on the corresponding element.
e.g. 'color: #000000;text-decoration: underline;'
getStyle in interface ComponentComponent.getStyle()public void setStyle(String style)
Component
setStyle in interface ComponentComponent.setStyle(java.lang.String)public List<String> getStyleClasses()
ComponentDeclares style classes for the component. Multiple classes are specified with a space delimiter. This is used by the renderer to set the class attribute on the corresponding element. The class(s) declared must be available in the common style sheets or the style sheets specified for the view
e.g. 'header left'
getStyleClasses in interface ComponentComponent.getStyleClasses()public void setStyleClasses(List<String> styleClasses)
Component
setStyleClasses in interface ComponentComponent.setStyleClasses(java.util.List)public String getStyleClassesAsString()
public void addStyleClass(String styleClass)
Component
addStyleClass in interface ComponentComponent.addStyleClass(java.lang.String)public void appendToStyle(String styleRules)
Component
appendToStyle in interface ComponentComponent.appendToStyle(java.lang.String)public String getFinalizeMethodToCall()
Component
Note the method can also be set with the finalizeMethodInvoker
targetMethod property. If the method is on the configured
ViewHelperService, only this property needs to be configured
The model backing the view will be passed as the first argument method and then
the Component instance as the second argument. If any additional method
arguments are declared with the finalizeMethodAdditionalArguments, they will then
be passed in the order declared in the list
If the component is selfRendered, the finalize method can return a string which will be set as the component's renderOutput. The selfRendered indicator will also be set to true on the component.
getFinalizeMethodToCall in interface ComponentComponent.getFinalizeMethodToCall()public void setFinalizeMethodToCall(String finalizeMethodToCall)
finalizeMethodToCall - public List<Object> getFinalizeMethodAdditionalArguments()
ComponentThese arguments are passed to the finalize method after the standard model and component arguments. They are passed in the order declared in the list
getFinalizeMethodAdditionalArguments in interface Componentpublic void setFinalizeMethodAdditionalArguments(List<Object> finalizeMethodAdditionalArguments)
finalizeMethodAdditionalArguments - public MethodInvokerConfig getFinalizeMethodInvoker()
ComponentMethodInvokerConfig instance for the method that should be invoked
for finalizing the component configuration
MethodInvoker can be configured to specify the class or object the method should be called on. For static method invocations, the targetClass property can be configured. For object invocations, that targetObject property can be configured
If the component is selfRendered, the finalize method can return a string which will be set as the component's renderOutput. The selfRendered indicator will also be set to true on the component.
getFinalizeMethodInvoker in interface ComponentComponent.getFinalizeMethodInvoker()public void setFinalizeMethodInvoker(MethodInvokerConfig finalizeMethodInvoker)
finalizeMethodInvoker - public boolean isSelfRendered()
ComponentIf self rendered is true, the corresponding template for the component will not be invoked and the renderOutput String will be written to the response as is.
isSelfRendered in interface ComponentComponent.isSelfRendered()public void setSelfRendered(boolean selfRendered)
Component
setSelfRendered in interface ComponentComponent.setSelfRendered(boolean)public String getRenderOutput()
Component
getRenderOutput in interface ComponentComponent.getRenderOutput()public void setRenderOutput(String renderOutput)
Component
setRenderOutput in interface ComponentComponent.setRenderOutput(java.lang.String)public List<ComponentModifier> getComponentModifiers()
ComponentComponentModifier instances that should be invoked to
initialize the component
These provide dynamic initialization behavior for the component and are configured through the components definition. Each initializer will get invoked by the initialize method.
getComponentModifiers in interface ComponentComponent.getComponentModifiers()public void setComponentModifiers(List<ComponentModifier> componentModifiers)
ComponentComponentModifier
instances
setComponentModifiers in interface ComponentComponent.setComponentModifiers(java.util.List)public Map<String,Object> getContext()
Component
Any el statements configured for the components properties (e.g.
title="@{foo.property}") are evaluated using the el context map. This map
will get populated with default objects like the model, view, and request
from the ViewHelperService. Other components can push
further objects into the context so that they are available for use with
that component. For example, Field instances that are part
of a collection line as receive the current line instance
Context map also provides objects to methods that are invoked for
GeneratedField instances
The Map key gives the name of the variable that can be used within expressions, and the Map value gives the object instance for which expressions containing the variable should evaluate against
NOTE: Calling getContext().putAll() will skip updating any configured property replacers for the component. Instead you should call #pushAllToContext
getContext in interface ComponentComponent.getContext()public void setContext(Map<String,Object> context)
Component
setContext in interface ComponentComponent.setContext(java.util.Map)
public void pushObjectToContext(String objectName,
Object object)
ComponentNote this also will push context to property replacers configured on the component. To place multiple objects in the context, you should use #pushAllToContext since that will call this method for each and update property replacers. Using #getContext().putAll() will bypass property replacers.
pushObjectToContext in interface ComponentobjectName - - name the object should be exposed under in the context mapobject - - object instance to place into contextComponent.pushObjectToContext(java.lang.String,
java.lang.Object)
protected void pushToPropertyReplacerContext(String objectName,
Object object)
public void pushAllToContext(Map<String,Object> objects)
ComponentNote this will call #pushObjectToContext for each entry which will update any configured property replacers as well. This should be used in place of getContext().putAll()
pushAllToContext in interface Componentobjects - - MappushAllToContext(java.util.Map) public List<PropertyReplacer> getPropertyReplacers()
ComponentPropertyReplacer instances that will be evaluated
during the view lifecycle to conditionally set properties on the
Component based on expression evaluations
getPropertyReplacers in interface ComponentComponent.getPropertyReplacers()public void setPropertyReplacers(List<PropertyReplacer> propertyReplacers)
Component
setPropertyReplacers in interface ComponentComponent.setPropertyReplacers(java.util.List)public int getOrder()
Component
getOrder in interface ComponentgetOrder in interface org.springframework.core.OrderedOrdered.getOrder()public void setOrder(int order)
setOrder in interface Componentorder - org.springframework.core.Ordered.getOrder()public boolean getSupportsOnLoad()
ScriptEventSupport
getSupportsOnLoad in interface ScriptEventSupportScriptEventSupport.getSupportsOnLoad()public String getOnLoadScript()
ScriptEventSupport
getOnLoadScript in interface ScriptEventSupportScriptEventSupport.getOnLoadScript()public void setOnLoadScript(String onLoadScript)
setOnLoadScript in interface ScriptEventSupportonLoadScript - public boolean getSupportsOnDocumentReady()
ScriptEventSupport
getSupportsOnDocumentReady in interface ScriptEventSupportScriptEventSupport.getSupportsOnDocumentReady()public String getOnDocumentReadyScript()
ScriptEventSupport
getOnDocumentReadyScript in interface ScriptEventSupportScriptEventSupport.getOnDocumentReadyScript()public void setOnDocumentReadyScript(String onDocumentReadyScript)
onDocumentReadyScript - public boolean getSupportsOnUnload()
ScriptEventSupport
getSupportsOnUnload in interface ScriptEventSupportScriptEventSupport.getSupportsOnUnload()public String getOnUnloadScript()
ScriptEventSupport
getOnUnloadScript in interface ScriptEventSupportScriptEventSupport.getOnUnloadScript()public void setOnUnloadScript(String onUnloadScript)
onUnloadScript - public boolean getSupportsOnClose()
ScriptEventSupport
getSupportsOnClose in interface ScriptEventSupportScriptEventSupport.getSupportsOnClose()public String getOnCloseScript()
ScriptEventSupport
getOnCloseScript in interface ScriptEventSupportScriptEventSupport.getOnCloseScript()public void setOnCloseScript(String onCloseScript)
onCloseScript - public boolean getSupportsOnBlur()
ScriptEventSupport
getSupportsOnBlur in interface ScriptEventSupportScriptEventSupport.getSupportsOnBlur()public String getOnBlurScript()
ScriptEventSupport
getOnBlurScript in interface ScriptEventSupportScriptEventSupport.getOnBlurScript()public void setOnBlurScript(String onBlurScript)
setOnBlurScript in interface ScriptEventSupportonBlurScript - public boolean getSupportsOnChange()
ScriptEventSupport
getSupportsOnChange in interface ScriptEventSupportScriptEventSupport.getSupportsOnChange()public String getOnChangeScript()
ScriptEventSupport
getOnChangeScript in interface ScriptEventSupportScriptEventSupport.getOnChangeScript()public void setOnChangeScript(String onChangeScript)
onChangeScript - public boolean getSupportsOnClick()
ScriptEventSupport
getSupportsOnClick in interface ScriptEventSupportScriptEventSupport.getSupportsOnClick()public String getOnClickScript()
ScriptEventSupport
getOnClickScript in interface ScriptEventSupportScriptEventSupport.getOnClickScript()public void setOnClickScript(String onClickScript)
onClickScript - public boolean getSupportsOnDblClick()
ScriptEventSupport
getSupportsOnDblClick in interface ScriptEventSupportScriptEventSupport.getSupportsOnDblClick()public String getOnDblClickScript()
ScriptEventSupport
getOnDblClickScript in interface ScriptEventSupportScriptEventSupport.getOnDblClickScript()public void setOnDblClickScript(String onDblClickScript)
onDblClickScript - public boolean getSupportsOnFocus()
ScriptEventSupport
getSupportsOnFocus in interface ScriptEventSupportScriptEventSupport.getSupportsOnFocus()public String getOnFocusScript()
ScriptEventSupport
getOnFocusScript in interface ScriptEventSupportScriptEventSupport.getOnFocusScript()public void setOnFocusScript(String onFocusScript)
onFocusScript - public boolean getSupportsOnSubmit()
ScriptEventSupport
getSupportsOnSubmit in interface ScriptEventSupportScriptEventSupport.getSupportsOnSubmit()public String getOnSubmitScript()
ScriptEventSupport
getOnSubmitScript in interface ScriptEventSupportScriptEventSupport.getOnSubmitScript()public void setOnSubmitScript(String onSubmitScript)
onSubmitScript - public boolean getSupportsOnKeyPress()
ScriptEventSupport
getSupportsOnKeyPress in interface ScriptEventSupportScriptEventSupport.getSupportsOnKeyPress()public String getOnKeyPressScript()
ScriptEventSupport
getOnKeyPressScript in interface ScriptEventSupportScriptEventSupport.getOnKeyPressScript()public void setOnKeyPressScript(String onKeyPressScript)
onKeyPressScript - public boolean getSupportsOnKeyUp()
ScriptEventSupport
getSupportsOnKeyUp in interface ScriptEventSupportScriptEventSupport.getSupportsOnKeyUp()public String getOnKeyUpScript()
ScriptEventSupport
getOnKeyUpScript in interface ScriptEventSupportScriptEventSupport.getOnKeyUpScript()public void setOnKeyUpScript(String onKeyUpScript)
onKeyUpScript - public boolean getSupportsOnKeyDown()
ScriptEventSupport
getSupportsOnKeyDown in interface ScriptEventSupportScriptEventSupport.getSupportsOnKeyDown()public String getOnKeyDownScript()
ScriptEventSupport
getOnKeyDownScript in interface ScriptEventSupportScriptEventSupport.getOnKeyDownScript()public void setOnKeyDownScript(String onKeyDownScript)
onKeyDownScript - public boolean getSupportsOnMouseOver()
ScriptEventSupport
getSupportsOnMouseOver in interface ScriptEventSupportScriptEventSupport.getSupportsOnMouseOver()public String getOnMouseOverScript()
ScriptEventSupport
getOnMouseOverScript in interface ScriptEventSupportScriptEventSupport.getOnMouseOverScript()public void setOnMouseOverScript(String onMouseOverScript)
onMouseOverScript - public boolean getSupportsOnMouseOut()
ScriptEventSupport
getSupportsOnMouseOut in interface ScriptEventSupportScriptEventSupport.getSupportsOnMouseOut()public String getOnMouseOutScript()
ScriptEventSupport
getOnMouseOutScript in interface ScriptEventSupportScriptEventSupport.getOnMouseOutScript()public void setOnMouseOutScript(String onMouseOutScript)
onMouseOutScript - public boolean getSupportsOnMouseUp()
ScriptEventSupport
getSupportsOnMouseUp in interface ScriptEventSupportScriptEventSupport.getSupportsOnMouseUp()public String getOnMouseUpScript()
ScriptEventSupport
getOnMouseUpScript in interface ScriptEventSupportScriptEventSupport.getOnMouseUpScript()public void setOnMouseUpScript(String onMouseUpScript)
onMouseUpScript - public boolean getSupportsOnMouseDown()
ScriptEventSupport
getSupportsOnMouseDown in interface ScriptEventSupportScriptEventSupport.getSupportsOnMouseDown()public String getOnMouseDownScript()
ScriptEventSupport
getOnMouseDownScript in interface ScriptEventSupportScriptEventSupport.getOnMouseDownScript()public void setOnMouseDownScript(String onMouseDownScript)
onMouseDownScript - public boolean getSupportsOnMouseMove()
ScriptEventSupport
getSupportsOnMouseMove in interface ScriptEventSupportScriptEventSupport.getSupportsOnMouseMove()public String getOnMouseMoveScript()
ScriptEventSupport
getOnMouseMoveScript in interface ScriptEventSupportScriptEventSupport.getOnMouseMoveScript()public void setOnMouseMoveScript(String onMouseMoveScript)
onMouseMoveScript - public Map<String,String> getComponentOptions()
Component
getComponentOptions in interface Componentpublic void setComponentOptions(Map<String,String> componentOptions)
Component
setComponentOptions in interface Componentpublic String getComponentOptionsJSString()
Map of component options
that will export that options as a JavaScript Map for use in js and
jQuery plugins
getComponentOptionsJSString in interface Componentpublic void setComponentOptionsJSString(String componentOptionsJSString)
Component
setComponentOptionsJSString in interface Componentpublic String getEventCode()
public String getProgressiveRender()
getProgressiveRender in interface Componentpublic void setProgressiveRender(String progressiveRender)
setProgressiveRender in interface ComponentprogressiveRender - the progressiveRender to setpublic String getConditionalRefresh()
getConditionalRefresh in interface Componentpublic void setConditionalRefresh(String conditionalRefresh)
setConditionalRefresh in interface ComponentconditionalRefresh - the conditionalRefresh to setpublic List<String> getProgressiveDisclosureControlNames()
getProgressiveDisclosureControlNames in interface Componentpublic String getProgressiveDisclosureConditionJs()
getProgressiveDisclosureConditionJs in interface Componentpublic String getConditionalRefreshConditionJs()
getConditionalRefreshConditionJs in interface Componentpublic List<String> getConditionalRefreshControlNames()
getConditionalRefreshControlNames in interface Componentpublic boolean isProgressiveRenderViaAJAX()
isProgressiveRenderViaAJAX in interface Componentpublic void setProgressiveRenderViaAJAX(boolean progressiveRenderViaAJAX)
setProgressiveRenderViaAJAX in interface ComponentprogressiveRenderViaAJAX - the progressiveRenderViaAJAX to setpublic boolean isProgressiveRenderAndRefresh()
isProgressiveRenderAndRefresh in interface Componentpublic void setProgressiveRenderAndRefresh(boolean progressiveRenderAndRefresh)
setProgressiveRenderAndRefresh in interface ComponentprogressiveRenderAndRefresh - the progressiveRenderAndRefresh to setpublic String getRefreshWhenChanged()
getRefreshWhenChanged in interface Componentpublic void setRefreshWhenChanged(String refreshWhenChanged)
setRefreshWhenChanged in interface ComponentrefreshWhenChanged - the refreshWhenChanged to setpublic List<String> getRefreshWhenChangedControlNames()
getRefreshWhenChangedControlNames in interface Componentpublic boolean isRefresh()
Component
isRefresh in interface Componentpublic void setRefresh(boolean refresh)
setRefresh in interface Componentrefresh - the refresh to setpublic void setSkipInTabOrder(boolean skipInTabOrder)
skipInTabOrder - flagpublic boolean isSkipInTabOrder()
public String getBaseId()
getBaseId in interface Componentpublic void setBaseId(String baseId)
setBaseId in interface ComponentbaseId - the baseId to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||