%CSP.UI.Component.abstractRoleTab
class %CSP.UI.Component.abstractRoleTab extends %ZEN.Component.component, %CSP.UI.Component.SelectBoxUtils
Superclass for "assign role" components for User and Application edit pagesProperty Inventory
Method Inventory
Properties
property PID as %ZEN.Datatype.string (ZENEXPRESSION = 1);
Name of the Application/User being edited
Property methods: PIDDisplayToLogical(), PIDGet(), PIDIsValid(), PIDLogicalToDisplay(), PIDLogicalToOdbc(), PIDNormalize(), PIDSet()
property readOnly as %ZEN.Datatype.boolean (ZENEXPRESSION = 1) [ InitialExpression = 0 ];
If true, tables are for display only
Property methods: readOnlyDisplayToLogical(), readOnlyGet(), readOnlyIsValid(), readOnlyLogicalToDisplay(), readOnlyLogicalToOdbc(), readOnlyLogicalToXSD(), readOnlyNormalize(), readOnlySet(), readOnlyXSDToLogical()
property type as %ZEN.Datatype.string (VALUELIST = ",ApplicationRole,MatchRole,UserRole,UserEscalationRole,RoleRole");
Type of roles this component affects
Property methods: typeDisplayToLogical(), typeGet(), typeIsValid(), typeLogicalToDisplay(), typeLogicalToOdbc(), typeNormalize(), typeSet()
Methods
clientmethod doRemoveAllRoles(type) [ Language = javascript ]
clientmethod doRemoveRole(roleID) [ Language = javascript ]
Inherited Members
Inherited Properties
- %condition
 - %import
 - %includeFiles
 - %page
 - %resource
 - align
 - aux
 - avaList
 - composite
 - containerStyle
 - dragEnabled
 - dropEnabled
 - enclosingClass
 - enclosingStyle
 - error
 - height
 - hidden
 - hint
 - hintClass
 - hintStyle
 - id
 - index
 - label
 - labelClass
 - labelDisabledClass
 - labelStyle
 - name
 - onafterdrag
 - onbeforedrag
 - ondrag
 - ondrop
 - onhide
 - onrefresh
 - onshow
 - onupdate
 - parent
 - selList
 - showLabel
 - slice
 - title
 - tuple
 - valign
 - visible
 - width
 - window
 
Inherited Methods
- %AddToSaveSet()
 - %Attr()
 - %BindExport()
 - %ClassIsLatestVersion()
 - %ClassName()
 - %ConstructClone()
 - %DispatchClassMethod()
 - %DispatchGetModified()
 - %DispatchGetProperty()
 - %DispatchMethod()
 - %DispatchSetModified()
 - %DispatchSetMultidimProperty()
 - %DispatchSetProperty()
 - %DrawComponentHTML()
 - %DrawHTML()
 - %DrawJSStrings()
 - %EnclosingDivId()
 - %Eval()
 - %EvalC()
 - %Extends()
 - %ForceClientRender()
 - %GetEventHandlers()
 - %GetParameter()
 - %GetXMLName()
 - %IsA()
 - %IsModified()
 - %MakeId()
 - %New()
 - %NormalizeObject()
 - %ObjectModified()
 - %OnAddToPageAfter()
 - %OnAddToPageBefore()
 - %OnDrawEnclosingDiv()
 - %OnDrawObjectProperties()
 - %OnObjectSynch()
 - %OnZENDeserialize()
 - %OriginalNamespace()
 - %PackageName()
 - %QuoteValue()
 - %QuoteValueL10N()
 - %RemoveFromSaveSet()
 - %Self()
 - %SerializeObject()
 - %SetModified()
 - %ValidateObject()
 - DrawArrows()
 - DrawArrowsOld()
 - DrawAvailableList()
 - DrawSelectList()
 - DrawUpArrowsOld()
 - XMLDTD()
 - XMLExport()
 - XMLExportToStream()
 - XMLExportToString()
 - XMLNew()
 - XMLSchema()
 - XMLSchemaNamespace()
 - XMLSchemaType()
 - clearList()
 - doSelectBoxMove()
 - doSelectBoxMoveAll()
 - doSelectBoxMoveItem()
 - doSelectBoxMoveList()
 - dragFinishHandler()
 - dragHandler()
 - dragNotifyHandler()
 - dragStartHandler()
 - dropHandler()
 - dropStartHandler()
 - exposeComponent()
 - findElement()
 - fireOnUpdateEvent()
 - getEnclosingDiv()
 - getHidden()
 - getHintElement()
 - getLabelElement()
 - getProperty()
 - getSelList()
 - getSettings()
 - getType()
 - invokeSuper()
 - isOfType()
 - makeId()
 - onCreate()
 - onDelete()
 - onDisplayHandler()
 - onEndModalHandler()
 - onPopupAction()
 - onRefreshContents()
 - onSerialize()
 - onStartModalHandler()
 - onloadHandler()
 - onunloadHandler()
 - onupdateHandler()
 - refreshContents()
 - render()
 - renderContents()
 - renderSVG()
 - setHidden()
 - setOverlayMode()
 - setProperty()
 - startProgressBar()
 - stopProgressBar()