public class ERDActionBar extends ERDCustomEditComponent implements ERDBranchInterface
Name | Description |
---|---|
d2wContext | the context for this component |
ERDCustomEditComponent.Keys
WOComponent._EventLoggingEnabler, WOComponent.Event
NSKeyValueCodingAdditions.DefaultImplementation, NSKeyValueCodingAdditions.Utility
NSKeyValueCoding._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.ValueAccessor
NSValidation._MethodBinding, NSValidation._ValidationBinding, NSValidation.DefaultImplementation, NSValidation.Utility, NSValidation.ValidationException
Modifier and Type | Field and Description |
---|---|
protected NSDictionary |
branch
holds the chosen branch
|
protected NSArray |
branchChoices |
protected ERDBranchDelegateInterface |
branchDelegate |
editingContext
extraBindings, FALSE, TRUE
_dynamicBindings
_Extension, _IsEventLoggingEnabled, _keyAssociations
_CLASS
_CLASS, _KeyPathSeparatorChar, KeyPathSeparator
NullValue
_CLASS
Constructor and Description |
---|
ERDActionBar(WOContext context)
Public constructor
|
Modifier and Type | Method and Description |
---|---|
NSDictionary |
branch()
Cover method for getting the choosen branch.
|
String |
branchButtonLabel()
Implementation of the
ERDBranchDelegate . |
NSArray |
branchChoices()
Calculates the branch choices for the current
poage.
|
ERDBranchDelegateInterface |
branchDelegate()
find the next non-null NextPageDelegate in the component tree, break if there is a D2WPage found beforehand
|
String |
branchName()
Implementation of the
ERDBranchDelegate . |
boolean |
hasBranchChoices()
Determines if this message page should display branch choices.
|
boolean |
isDelegateAllowed()
Before Display the Button it will check the Permission.
|
boolean |
isStateless() |
WOComponent |
nextPageFromParent() |
WOComponent |
performAction()
override this
|
void |
reset()
Used by stateless subclasses.
|
void |
setBranch(NSDictionary value)
Sets the user choosen branch.
|
boolean |
synchronizesVariablesWithBindings()
component does not synchronize it's variables
|
void |
validationFailedWithException(Throwable theException,
Object theValue,
String theKeyPath)
Validation Support.
|
defaultSortOrderingsForDestinationEntity, destinationEntity, object, objectKeyPathValue, objectPropertyValue, permissionToEdit, resetCachedBindingsInStatefulComponent, setObject, setObjectKeyPathValue, setObjectPropertyValue
appendToResponse, clearValidationFailed, d2wComponentNameDebuggingEnabled, d2wContext, d2wContextFromBindings, d2wContextValueForBinding, d2wDebuggingEnabled, d2wPage, d2wPropertyKeyDebuggingEnabled, extraBindings, extraBindingsValueForBinding, hasBinding, integerBooleanForBinding, key, localContext, logDebugInfo, originalValueForBinding, parentValueForBinding, setD2wContext, setExtraBindings, setKey, setLocalContext, task, taskIsEdit, taskIsInspect, taskIsList, valueForBinding
invokeAction, takeValuesFromRequest
_awakeInContext, _checkAccess, _frameworkName, _includeCSSResources, _includeJavascriptResources, additionalCSSFiles, additionalJavascriptFiles, arrayValueForBinding, arrayValueForBinding, booleanValueForBinding, booleanValueForBinding, booleanValueForBinding, browser, checkAccess, clickToOpenEnabled, componentName, defaultCSSPath, defaultJavascriptPath, dynamicBindings, floatValueForBinding, intValueForBinding, isPageAccessAllowed, localizer, objectValueForBinding, objectValueForBinding, pageWithName, postAppendToResponse, preAppendToResponse, primaryCSSFile, primaryJavascriptFile, shouldCheckAccess, stringValueForBinding, stringValueForBinding, useDefaultComponentCSS, useDefaultComponentJavascript
__valueForBinding, _associationWithName, _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, hasSession, isCachingEnabled, isEventLoggingEnabled, logString, name, pageWithName, parent, path, pathURL, performParentAction, pullValuesFromParent, pushValuesToParent, session, set_componentUnroll, set_unroll, setCachingEnabled, setValueForBinding, setVariableValueForName, sleep, takeValueForKey, takeValueForKeyPath, template, templateWithHTMLString, templateWithHTMLString, templateWithHTMLString, templateWithName, toString, unableToSetNullForKey, validateTakeValueForKeyPath, validateValueForKey, valueForBooleanBinding, valueForIntegerBinding, valueForKey, valueForKeyPath, valueForNSArrayBindings, valueForNSDictionaryBindings, valueForNumberBinding, valueForStringBinding, variableValueForName, variableWithName
protected NSDictionary branch
protected NSArray branchChoices
protected ERDBranchDelegateInterface branchDelegate
public ERDActionBar(WOContext context)
context
- the contextpublic boolean synchronizesVariablesWithBindings()
synchronizesVariablesWithBindings
in class ERDCustomEditComponent
false
public boolean isStateless()
isStateless
in class ERDCustomEditComponent
public ERDBranchDelegateInterface branchDelegate()
public WOComponent nextPageFromParent()
public WOComponent performAction()
public void reset()
ERDCustomComponent
reset
in class ERDCustomEditComponent
public NSDictionary branch()
public void setBranch(NSDictionary value)
value
- branch choosen by user.public String branchName()
ERDBranchDelegate
.
Gets the user selected branch name.branchName
in interface ERDBranchInterface
public String branchButtonLabel()
ERDBranchDelegate
.
Gets the user selected branch name.public NSArray branchChoices()
branchChoicesForContext
on the current ERDBranchDelegate
.public boolean hasBranchChoices()
public void validationFailedWithException(Throwable theException, Object theValue, String theKeyPath)
ERDCustomComponent
validationFailedWithException
in class ERDCustomComponent
public boolean isDelegateAllowed()
public WOComponent copyOnlineToWork(WOComponent sender)
Access Permission Key : Delegate.copyOnlineToWork
ボタンを表示する前にアクセス権限をチェックします。アクセス権限がなければ、そのままで true として実行します。
例:
public WOComponent copyOnlineToWork(WOComponent sender)
アクセス権限キー: Delegate.copyOnlineToWork
Copyright © 2002 – 2024 Project Wonder.