Class SapCTextFieldFlavorElement
public class SapCTextFieldFlavorElement : SapFlavorElement
- Inheritance
-
SapCTextFieldFlavorElement
- Inherited Members
Constructors
SapCTextFieldFlavorElement(GuiVComponent, SapFlavorElement)
public SapCTextFieldFlavorElement(GuiVComponent sapComp, SapFlavorElement containerFlavorElement)
Parameters
sapCompGuiVComponentcontainerFlavorElementSapFlavorElement
Methods
GetDynamicDescriptors(out IList<AttributeDescriptor>, out IList<ActionDescriptor>)
Gets the descriptors for the dynamic attributes and actions that the element supports.
public override void GetDynamicDescriptors(out IList<AttributeDescriptor> attributes, out IList<ActionDescriptor> actions)
Parameters
attributesIList<AttributeDescriptor>The dynamic attributes that the element supports.
actionsIList<ActionDescriptor>The dynamic actions that the element supports.
Remarks
The default implementation returns empty lists for attributes and
actions. Any overriding method should fill the returned lists.
InvokeAction(Element, string, object[])
Needs to be implemented for element action invocation.
public override object InvokeAction(Element element, string name, object[] args)
Parameters
elementElementThe element instance used.
namestringThe name of the action (lowercased).
argsobject[]A list of invocation parameters.