lumis.doui.control.tabulardata
Class AdvancedTabularDataControl
java.lang.Object
lumis.doui.control.Control
lumis.doui.control.DataControl
lumis.doui.control.DataBoundControl<TabularSource<?>>
lumis.doui.control.tabulardata.TabularDataControl
lumis.doui.control.tabulardata.AdvancedTabularDataControl
- All Implemented Interfaces:
- Observer, VariableResolver, IControl, IDataBoundControl, IDataControl, IRenderer
- Direct Known Subclasses:
- FileSystemTabularData
public class AdvancedTabularDataControl
- extends TabularDataControl
Used to render data from a tabular data source. This control is an extension of the lum_tabularData control. In addition to the rendering tabular data, the control includes information for ordering and including multi-select/single-select using checkboxes/radio buttons for each row of the result set.
Example use:
xml data available for xsl rendering:
Sort ascending
Sort
Sort descending
Form_8A488A03110888AC011108A81E170B28
Gabriel
4
2
8A488A0311319E7F011131C54D04025F
Logo_Lumis
3.333333
6
8A488A03110888AC0111088BA2140131
- Since:
- 4.0.0
- See Also:
InputHiddenControl
Fields inherited from class lumis.doui.control.Control |
childControls, controlContainer, controlDefinitionNode, controlResource, douiContext, hasValidatorSubControls, isValid, locale, ON_EVENT_CLOSE_WINDOW, ON_EVENT_LINK, ON_EVENT_POPUP_LINK_OR_RUNTIME_INTERFACE, ON_EVENT_POPUP_RUNTIME_INTERFACE, ON_EVENT_PROCESS_ACTION, ON_EVENT_RENDER_ACTION, ON_EVENT_SCRIPT, onEventScripts, PARAMETER_TYPE_FIRST_SELECTED, PARAMETER_TYPE_GET_VALUE, parentControl, resources, type, VALIDATION_SELECTED_MANY, VALIDATION_SELECTED_ONE |
Methods inherited from class lumis.doui.control.DataBoundControl |
autoAddDateTimeValueValidator, autoAddDoubleValueValidator, autoAddFileSizeValidator, autoAddIntegerValueValidator, autoAddLengthValidator, autoAddLongValueValidator, autoAddRequiredValueValidator, autoAddValidators, createConverter, createDataType, getDataId, getFieldName, getProcessActionHandlerParameterName, getReload, getRuntimeDefaultSource, getSource, getSourceById, getUnboundedConverter, setDefaultValue, setRawValue, setReload, setSourceParameter, setSourceParameters, setsSourceParameters, setValid, setValueFromSource, update |
Methods inherited from class lumis.doui.control.DataControl |
convertValueToControlValue, getDataType, getDefaultValue, getRequestParameterName, getValue, getValue, getValueClass, isTrim, loadSubControlFromRequest, loadSubControlsFromRequest, setProcessActionHandlerParameter, setProcessActionHandlerParameters, setTrim, setValue, valueIsArray |
Methods inherited from class lumis.doui.control.Control |
appendSubControl, appendSubControls, applyOnEventScripts, convertToStandardValue, createContainer, disconnect, fixedIdentifierRequired, generateControlId, getAdditionalParameters, getAncestor, getChildControls, getClientEventHandlerScript, getId, getLocale, getParentControl, getPrepareForReadScript, getRenderData, getResources, getScriptActionValidation, getScriptGetValues, getScriptGetValuesFunctionImplementation, getScriptGetValuesFunctionName, getScriptGetValuesRegistration, getSourceContext, getType, getValidationScript, isValid, localize, localizeStrings, processCustomTags, registerOnEventScript, removeChild, removeChildren, resolveVariable, setRuntimeAttributes |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface lumis.doui.control.IControl |
createContainer, disconnect, getChildControls, getId, getParentControl, getPrepareForReadScript, getRenderData, getResources, getType, isValid, registerOnEventScript, removeChild, removeChildren, setRuntimeAttributes |
ALLOW_SELECT_ROW_TYPE_NONE
public static final String ALLOW_SELECT_ROW_TYPE_NONE
- See Also:
- Constant Field Values
ALLOW_SELECT_ROW_TYPE_SINGLE
public static final String ALLOW_SELECT_ROW_TYPE_SINGLE
- See Also:
- Constant Field Values
ALLOW_SELECT_ROW_TYPE_MULTIPLE
public static final String ALLOW_SELECT_ROW_TYPE_MULTIPLE
- See Also:
- Constant Field Values
allowSelectRowType
protected String allowSelectRowType
orderByField
protected String orderByField
orderByDir
protected String orderByDir
AdvancedTabularDataControl
public AdvancedTabularDataControl()
init
public void init(Node controlDefinitionNode,
ControlContainer controlContainer,
IControl parentControl)
throws PortalException
- Specified by:
init
in interface IControl
- Overrides:
init
in class DataBoundControl<TabularSource<?>>
- Throws:
PortalException
loadFromRequest
public void loadFromRequest()
throws PortalException
- Specified by:
loadFromRequest
in interface IDataControl
- Overrides:
loadFromRequest
in class TabularDataControl
- Throws:
PortalException
buildSubControls
public void buildSubControls()
throws PortalException
- Specified by:
buildSubControls
in interface IControl
- Overrides:
buildSubControls
in class DataBoundControl<TabularSource<?>>
- Throws:
PortalException
setRenderData
public void setRenderData()
throws PortalException
- Specified by:
setRenderData
in interface IControl
- Overrides:
setRenderData
in class TabularDataControl
- Throws:
PortalException
setSelectedElementsRenderData
protected void setSelectedElementsRenderData()
throws PortalException
- Throws:
PortalException
setFieldData
protected void setFieldData()
throws PortalException
- Throws:
PortalException
setOrderByRenderData
protected void setOrderByRenderData()
throws PortalException
- Throws:
PortalException
setValueFromSource
protected void setValueFromSource()
throws PortalException
- Overrides:
setValueFromSource
in class DataBoundControl<TabularSource<?>>
- Throws:
PortalException
Lumisportal 4.1.0.071221 - Copyright © 2001-2007, Lumis. All Rights Reserved.