Package lumis.service.wsrp.consumer.doui
Class ConsumerConfigurationInterfaceVerificationControl
- java.lang.Object
-
- lumis.doui.control.Control
-
- lumis.service.wsrp.consumer.doui.ConsumerConfigurationInterfaceVerificationControl
-
- All Implemented Interfaces:
VariableResolver
,IControl
public class ConsumerConfigurationInterfaceVerificationControl extends Control
Control
that adds subcontrols to its interface according with the current service instance situation. If it's already configured then this control renders controls to ask user if he wants or not to delete current configuration and create a brand new one. In case user chooses to delete current configuration, a process action handler is called to do so. If user chooses not to delete current configuration, the popup is closed. If the service instance isn't configured yet, an input text is shown so that the user can enter the WSRP producer's WSDL address. After enter the correct address, the user is taken to other interface.- Since:
- 5.5.0
- Version:
- $Revision: 14585 $ $Date: 2012-08-06 14:35:07 -0300 (Mon, 06 Aug 2012) $
-
-
Field Summary
-
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_REPLACE_INTERFACE, ON_EVENT_SCRIPT, ON_EVENT_VALIDATE, onEventScripts, PARAMETER_TYPE_FIRST_SELECTED, PARAMETER_TYPE_GET_VALUE, parentControl, resources, type, VALIDATION_SELECTED_MANY, VALIDATION_SELECTED_ONE
-
-
Constructor Summary
Constructors Constructor Description ConsumerConfigurationInterfaceVerificationControl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
buildSubControls()
-
Methods inherited from class lumis.doui.control.Control
appendSubControl, appendSubControls, applyOnEventScripts, convertToStandardValue, createContainer, disconnect, fixedIdentifierRequired, generateControlId, generateControlIdPrefix, getAdditionalParameters, getAdditionalParameters, getAncestor, getChildControls, getClientEventHandlerScript, getControlResource, getId, getLocale, getName, getNamespace, getParentControl, getPrepareForReadScript, getRenderData, getResources, getRuntimeDefaultSource, getScriptActionValidation, getSourceContext, getStringsToLocalize, getType, getValidationScript, getWindowProperties, getWindowProperties, init, isRequired, isValid, localize, localizeStrings, processCustomTags, registerOnEventScript, removeChild, removeChildren, resolveVariable, setName, setRenderData, setRuntimeAttributes, setValid
-
-
-
-
Method Detail
-
buildSubControls
public void buildSubControls() throws PortalException
- Specified by:
buildSubControls
in interfaceIControl
- Overrides:
buildSubControls
in classControl
- Throws:
PortalException
-
-