public class AjaxSlider extends AjaxComponent
| Name | Description |
|---|---|
minimum | the minimum value of this slider |
maximum | the maximum value of this slider |
snap | if true, and min/max is set, this will set "values" to be the list of integer values |
WOComponent._EventLoggingEnabler, WOComponent.EventNSKeyValueCodingAdditions.DefaultImplementation, NSKeyValueCodingAdditions.UtilityNSKeyValueCoding._BooleanFieldBinding, NSKeyValueCoding._BooleanMethodBinding, NSKeyValueCoding._FieldBinding, NSKeyValueCoding._ForwardingBinding, NSKeyValueCoding._KeyBinding, NSKeyValueCoding._KeyBindingCreation, NSKeyValueCoding._MethodBinding, NSKeyValueCoding._NumberFieldBinding, NSKeyValueCoding._NumberMethodBinding, NSKeyValueCoding._ReflectionKeyBindingCreation, NSKeyValueCoding.ErrorHandling, NSKeyValueCoding.MapImplementation, NSKeyValueCoding.Null<T>, NSKeyValueCoding.UnknownKeyException, NSKeyValueCoding.ValueAccessorNSValidation._MethodBinding, NSValidation._ValidationBinding, NSValidation.DefaultImplementation, NSValidation.Utility, NSValidation.ValidationException_Extension, _IsEventLoggingEnabled, _keyAssociations_CLASS_CLASS, _KeyPathSeparatorChar, KeyPathSeparatorNullValue_CLASS| Constructor and Description |
|---|
AjaxSlider(WOContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addRequiredWebResources(WOResponse res)
Adds all required resources.
|
void |
appendToResponse(WOResponse res,
WOContext ctx)
Overridden to add the initialization javascript for the auto completer.
|
WOActionResults |
handleRequest(WORequest worequest,
WOContext wocontext)
Override this method to return the response for an Ajax request.
|
boolean |
isStateless()
Overridden because the component is stateless
|
void |
takeValuesFromRequest(WORequest worequest,
WOContext wocontext) |
_containerID, addScriptResourceInHead, addScriptResourceInHead, addStylesheetResourceInHead, addStylesheetResourceInHead, appendTagAttributeToResponse, booleanValueForBinding, invokeAction, safeElementID, shouldHandleRequest, valueForBinding, valueForBinding, valueForBinding__valueForBinding, _associationWithName, _awakeInContext, _childTemplate, _cleanUpStatelessComponent, _componentDefinition, _componentUnroll, _isPage, _setContext, _setIsPage, _setParent, _setSubcomponent, _sleepInContext, _subcomponentForElementWithID, _templateNameForClass, _unroll, application, awake, baseURL, bindingKeys, canAccessFieldsDirectly, canGetValueForBinding, canSetValueForBinding, clone, context, debugString, descriptionForResponse, ensureAwakeInContext, frameworkName, generateResponse, handleQueryWithUnboundKey, handleTakeValueForUnboundKey, hasBinding, hasSession, isCachingEnabled, isEventLoggingEnabled, logString, name, pageWithName, parent, path, pathURL, performParentAction, pullValuesFromParent, pushValuesToParent, reset, session, set_componentUnroll, set_unroll, setCachingEnabled, setValueForBinding, setVariableValueForName, sleep, synchronizesVariablesWithBindings, takeValueForKey, takeValueForKeyPath, template, templateWithHTMLString, templateWithHTMLString, templateWithHTMLString, templateWithName, toString, unableToSetNullForKey, validateTakeValueForKeyPath, validateValueForKey, validationFailedWithException, valueForBinding, valueForBooleanBinding, valueForIntegerBinding, valueForKey, valueForKeyPath, valueForNSArrayBindings, valueForNSDictionaryBindings, valueForNumberBinding, valueForStringBinding, variableValueForName, variableWithNamepublic AjaxSlider(WOContext context)
public boolean isStateless()
isStateless in class WOComponentpublic void appendToResponse(WOResponse res, WOContext ctx)
appendToResponse in class AjaxComponentres - the HTTP response that an application returns to a Web server to complete a cycle of the request-response loopctx - context of a transactionprotected void addRequiredWebResources(WOResponse res)
addRequiredWebResources in class AjaxComponentres - the response to write topublic void takeValuesFromRequest(WORequest worequest, WOContext wocontext)
takeValuesFromRequest in class WOComponentpublic WOActionResults handleRequest(WORequest worequest, WOContext wocontext)
AjaxComponenthandleRequest in interface IAjaxElementhandleRequest in class AjaxComponentworequest - the requestwocontext - the contextCopyright © 2002 – 2025 Project Wonder.