Returns the values of wizard-components. Should return an array if children are involved, otherwise a whatever type of object is expected.
mixed
getAllValues
()
Redefined in descendants as:
-
PrimitiveIO_blob::getAllValues()
: Returns the values of wizard-components. Should return an array if children are involved, otherwise a whatever type of object is expected.
-
WGUIComponent::getAllValues()
: Returns the values of wizard-components. It may return the value of the wizard component, but this may be overridden.
-
WAgentBrowser::getAllValues()
: Returns the values of wizard-components. Should return an array if children are involved, otherwise a whatever type of object is expected.
-
WCheckBox::getAllValues()
: Returns the values of wizard-components. Should return an array if children are involved, otherwise a whatever type of object is expected.
-
WColorWheel::getAllValues()
: Returns the values of wizard-components. Should return an array if children are involved, otherwise a whatever type of object is expected.
-
WEventButton::getAllValues()
: Returns the values of wizard-components. Should return an array if children are involved, otherwise a whatever type of object is expected.
-
WChooseOptionButton::getAllValues()
: Returns the values of wizard-components. Should return an array if children are involved, otherwise a whatever type of object is expected.
-
WLogicButton::getAllValues()
: Returns the values of wizard-components. Should return an array if children are involved, otherwise a whatever type of object is expected.
-
WFileUploadField::getAllValues()
: For file upload, returns an array:
-
WHiddenField::getAllValues()
: Returns the values of wizard-components. Should return an array if children are involved, otherwise a whatever type of object is expected.
-
WizardEventListener::getAllValues()
: Returns the values of wizard-components. Should return an array if children are involved, otherwise a whatever type of object is expected.
-
WSaveCancelListener::getAllValues()
: Returns the values of wizard-components. Should return an array if children are involved, otherwise a whatever type of object is expected.
-
WStepChangedListener::getAllValues()
: Returns the values of wizard-components. Should return an array if children are involved, otherwise a whatever type of object is expected.
-
WUpdateListener::getAllValues()
: Returns the values of wizard-components. Should return an array if children are involved, otherwise a whatever type of object is expected.
-
WizardStepContainer::getAllValues()
: Returns the values of wizard-components. Should return an array if children are involved, otherwise a whatever type of object is expected.
-
WMultiSelectList::getAllValues()
: Returns the values of wizard-components. Should return an array if children are involved, otherwise a whatever type of object is expected.
-
WPasswordField::getAllValues()
: Returns the values of wizard-components. Should return an array if children are involved, otherwise a whatever type of object is expected.
-
WRadioList::getAllValues()
: Returns the values of wizard-components. Should return an array if children are involved, otherwise a whatever type of object is expected.
-
PrimitiveIO_boolean::getAllValues()
: Returns the values of wizard-components. Should return an array if children are involved, otherwise a whatever type of object is expected.
-
WSaveWithChoiceButtonList::getAllValues()
: Returns the values of wizard-components. Should return an array if children are involved, otherwise a whatever type of object is expected.
-
WSelectList::getAllValues()
: Returns the values of wizard-components. Should return an array if children are involved, otherwise a whatever type of object is expected.
-
PrimitiveIO_Authoritative_datetime::getAllValues()
: Returns the values of wizard-components. Should return an array if children are involved, otherwise a whatever type of object is expected.
-
PrimitiveIO_Authoritative_string::getAllValues()
: Returns the values of wizard-components. Should return an array if children are involved, otherwise a whatever type of object is expected.
-
WStepDisplayBar::getAllValues()
: Returns the values of wizard-components. Should return an array if children are involved, otherwise a whatever type of object is expected.
-
WText::getAllValues()
: Returns the values of wizard-components. Should return an array if children are involved, otherwise a whatever type of object is expected.
-
WStyleComponent::getAllValues()
: Returns the values of wizard-components. Should return an array if children are involved, otherwise a whatever type of object is expected.
-
WTextInput::getAllValues()
: Returns the values of wizard-components. Should return an array if children are involved, otherwise a whatever type of object is expected.
-
PrimitiveIO_string::getAllValues()
: Returns the values of wizard-components. Should return an array if children are involved, otherwise a whatever type of object is expected.
-
PrimitiveIO_datetime::getAllValues()
: Returns the values of wizard-components. Should return an array if children are involved, otherwise a whatever type of object is expected.
-
PrimitiveIO_shortstring::getAllValues()
: Returns the values of wizard-components. Should return an array if children are involved, otherwise a whatever type of object is expected.
-
PrimitiveIO_integer::getAllValues()
: Returns the values of wizard-components. Should return an array if children are involved, otherwise a whatever type of object is expected.
-
PrimitiveIO_float::getAllValues()
: Returns the values of wizard-components. Should return an array if children are involved, otherwise a whatever type of object is expected.
-
WizardComponentWithChildren::getAllValues()
: Returns the values of wizard-components. Should return an array if children are involved, otherwise a whatever type of object is expected.
-
PrimitiveIO_okitype::getAllValues()
: Returns the values of wizard-components. Should return an array if children are involved, otherwise a whatever type of object is expected.
-
WMoreOptions::getAllValues()
: Returns the values of wizard-components. Should return an array if children are involved, otherwise a whatever type of object is expected.
-
WRepeatableComponentCollection::getAllValues()
: Returns the values of wizard-components. Should return an array if children are involved, otherwise a whatever type of object is expected.
-
WOrderedRepeatableComponentCollection::getAllValues()
: Returns the values of wizard-components. Should return an array if children are involved, otherwise a whatever type of object is expected.
-
WSelectOrNew::getAllValues()
: Returns the values of wizard-components. Should return an array if children are involved, otherwise a whatever type of object is expected.
-
WVerifiedChangeInput::getAllValues()
: Returns the values of wizard-components. Should return an array if children are involved, otherwise a whatever type of object is expected.
-
SimpleStepWizard::getAllValues()
: Returns the values of wizard-components. Should return an array if children are involved, otherwise a whatever type of object is expected.
-
StepWizard::getAllValues()
: Returns the values of wizard-components. Should return an array if children are involved, otherwise a whatever type of object is expected.
Returns a block of XHTML-valid code that contains markup for this specific component.
string
getMarkup
(string $fieldName)
-
string
$fieldName: The field name to use when outputting form data or similar parameters/information.
Redefined in descendants as:
Returns the top-level Wizard in which this component resides.
ref
getWizard
()
Redefined in descendants as:
Answers true if this component will be enabled.
boolean
isEnabled
()
Redefined in descendants as:
Sets if this component will be enabled or disabled.
void
setEnabled
(boolean $enabled, [boolean $sticky = false])
-
boolean
$enabled
-
boolean
$sticky: If true, future calls to setEnabled without sticky will have no effect.
Redefined in descendants as:
Sets this component's parent (some kind of WizardComponentWithChildren so that it can have access to its information, if needed.
void
setParent
(ref $parent)
-
ref
$parent: object $parent
Redefined in descendants as:
Tells the wizard component to update itself - this may include getting form post data or validation - whatever this particular component wants to do every pageload.
boolean
update
(string $fieldName)
-
string
$fieldName: The field name to use when outputting form data or similar parameters/information.
Redefined in descendants as:
-
PrimitiveIO_blob::update()
: Tells the wizard component to update itself - this may include getting form post data or validation - whatever this particular component wants to do every pageload.
-
WGUIComponent::update()
: Tells the wizard component to update itself - this may include getting form post data or validation - whatever this particular component wants to do every pageload.
-
WAgentBrowser::update()
: Tells the wizard component to update itself - this may include getting form post data or validation - whatever this particular component wants to do every pageload.
-
WCheckBox::update()
: Tells the wizard component to update itself - this may include getting form post data or validation - whatever this particular component wants to do every pageload.
-
WColorWheel::update()
: Tells the wizard component to update itself - this may include getting form post data or validation - whatever this particular component wants to do every pageload.
-
WEventButton::update()
: Tells the wizard component to update itself - this may include getting form post data or validation - whatever this particular component wants to do every pageload.
-
WBackButton::update()
: Tells the wizard component to update itself - this may include getting form post data or validation - whatever this particular component wants to do every pageload.
-
WCallbackButton::update()
: Tells the wizard component to update itself - this may include getting form post data or validation - whatever this particular component wants to do every pageload.
-
WChooseOptionButton::update()
: Tells the wizard component to update itself - this may include getting form post data or validation - whatever this particular component wants to do every pageload.
-
WForwardButton::update()
: Tells the wizard component to update itself - this may include getting form post data or validation - whatever this particular component wants to do every pageload.
-
WLogicButton::update()
: Tells the wizard component to update itself - this may include getting form post data or validation - whatever this particular component wants to do every pageload.
-
WNextStepButton::update()
: Tells the wizard component to update itself - this may include getting form post data or validation - whatever this particular component wants to do every pageload.
-
WPreviousStepButton::update()
: Tells the wizard component to update itself - this may include getting form post data or validation - whatever this particular component wants to do every pageload.
-
WSaveContinueButton::update()
: Tells the wizard component to update itself - this may include getting form post data or validation - whatever this particular component wants to do every pageload.
-
WFileUploadField::update()
: Tells the wizard component to update itself - this may include getting form post data or validation - whatever this particular component wants to do every pageload.
-
WHiddenField::update()
: Tells the wizard component to update itself - this may include getting form post data or validation - whatever this particular component wants to do every pageload.
-
WizardEventListener::update()
: Tells the wizard component to update itself - this may include getting form post data or validation - whatever this particular component wants to do every pageload.
-
WSaveCancelListener::update()
: Tells the wizard component to update itself - this may include getting form post data or validation - whatever this particular component wants to do every pageload.
-
WStepChangedListener::update()
: Tells the wizard component to update itself - this may include getting form post data or validation - whatever this particular component wants to do every pageload.
-
WUpdateListener::update()
: Tells the wizard component to update itself - this may include getting form post data or validation - whatever this particular component wants to do every pageload.
-
WizardStepContainer::update()
: Tells the wizard component to update itself - this may include getting form post data or validation - whatever this particular component wants to do every pageload.
-
WLogicStepContainer::update()
: tells the wizard component to update itself... via the current step.
-
WMultiSelectList::update()
: Tells the wizard component to update itself - this may include getting form post data or validation - whatever this particular component wants to do every pageload.
-
WPasswordField::update()
: Tells the wizard component to update itself - this may include getting form post data or validation - whatever this particular component wants to do every pageload.
-
WRadioList::update()
: Tells the wizard component to update itself - this may include getting form post data or validation - whatever this particular component wants to do every pageload.
-
WSaveWithChoiceButtonList::update()
: Tells the wizard component to update itself - this may include getting form post data or validation - whatever this particular component wants to do every pageload.
-
WSelectList::update()
: Tells the wizard component to update itself - this may include getting form post data or validation - whatever this particular component wants to do every pageload.
-
WStepDisplayBar::update()
: Tells the wizard component to update itself - this may include getting form post data or validation - whatever this particular component wants to do every pageload.
-
WText::update()
: Tells the wizard component to update itself - this may include getting form post data or validation - whatever this particular component wants to do every pageload.
-
WStyleComponent::update()
: Tells the wizard component to update itself - this may include getting form post data or validation - whatever this particular component wants to do every pageload.
-
WTextInput::update()
: Tells the wizard component to update itself - this may include getting form post data or validation - whatever this particular component wants to do every pageload.
-
HtmlTextArea::update()
: Tells the wizard component to update itself - this may include getting form post data or validation - whatever this particular component wants to do every pageload.
-
WizardComponentWithChildren::update()
: Tells the wizard component to update itself - this may include getting form post data or validation - whatever this particular component wants to do every pageload.
-
WStyleCollection::update()
: Tells the wizard component to update itself - this may include getting form post data or validation - whatever this particular component wants to do every pageload.
-
WStyleProperty::update()
: Tells the wizard component to update itself - this may include getting form post data or validation - whatever this particular component wants to do every pageload.
-
WMoreOptions::update()
: Tells the wizard component to update itself - this may include getting form post data or validation - whatever this particular component wants to do every pageload.
-
WRepeatableComponentCollection::update()
: Tells the wizard component to update itself - this may include getting form post data or validation - whatever this particular component wants to do every pageload.
-
WAddFromListRepeatableComponentCollection::update()
: Tells the wizard component to update itself - this may include getting form post data or validation - whatever this particular component wants to do every pageload.
-
WOrderedRepeatableComponentCollection::update()
: Tells the wizard component to update itself - this may include getting form post data or validation - whatever this particular component wants to do every pageload.
-
WSelectOrNew::update()
: Tells the wizard component to update itself - this may include getting form post data or validation - whatever this particular component wants to do every pageload.
-
PrimitiveIO_AuthoritativeContainer::update()
: Tells the wizard component to update itself - this may include getting form post data or validation - whatever this particular component wants to do every pageload.
-
WVerifiedChangeInput::update()
: Tells the wizard component to update itself - this may include getting form post data or validation - whatever this particular component wants to do every pageload.
-
Wizard::update()
: Tells the wizard component to update itself - this may include getting form post data or validation - whatever this particular component wants to do every pageload.
Returns true if this component (and all child components if applicable) have valid values.
By default, this will just return TRUE. Validate should be called usually before a save event is handled, to make sure everything went smoothly.
boolean
validate
()
Redefined in descendants as:
Inherited Methods
Inherited From SObject
SObject::asA()
SObject::asString()
SObject::copy()
SObject::copySameFrom()
SObject::copyTwoLevel()
SObject::deepCopy()
SObject::isEqual()
SObject::isEqualTo()
SObject::isNotEqualTo()
SObject::isNotReferenceTo()
SObject::isReferenceTo()
SObject::newFrom()
SObject::postCopy()
SObject::printableString()
SObject::shallowCopy()
SObject::_deepCopyArray()