LibreOffice Module wizards (master) 1
Public Member Functions | Static Public Attributes | List of all members
scriptforge.SFDocuments.SF_FormControl Class Reference
Inheritance diagram for scriptforge.SFDocuments.SF_FormControl:
[legend]
Collaboration diagram for scriptforge.SFDocuments.SF_FormControl:
[legend]

Public Member Functions

def Controls (self, controlname='')
 
def SetFocus (self)
 
- Public Member Functions inherited from scriptforge.SFServices
def __init__ (self, reference=-1, objtype=None, classmodule=0, name='')
 
def __getattr__ (self, name)
 
def __setattr__ (self, name, value)
 
def __repr__ (self)
 
def Dispose (self)
 
def ExecMethod (self, flags=0, methodname='', *args)
 
def GetProperty (self, propertyname, arg=None)
 
def Properties (self)
 
def basicmethods (self)
 
def basicproperties (self)
 
def SetProperty (self, propertyname, value)
 

Static Public Attributes

string serviceimplementation = 'basic'
 
string servicename = 'SFDocuments.FormControl'
 
tuple servicesynonyms = ()
 
 serviceproperties
 
- Static Public Attributes inherited from scriptforge.SFServices
 vbGet
 
 vbLet
 
 vbMethod
 
 vbSet
 
int flgPost = 32
 
int flgDateArg = 64
 
int flgDateRet = 128
 
int flgArrayArg = 512
 
int flgArrayRet = 1024
 
int flgUno = 256
 
int flgObject = 2048
 
int flgHardCode = 4096
 
 moduleClass
 
 moduleStandard
 
bool forceGetProperty = False
 
dictionary propertysynonyms = {}
 
tuple internal_attributes
 
 SIMPLEEXEC = ScriptForge.InvokeSimpleScript
 
 EXEC = ScriptForge.InvokeBasicService
 

Additional Inherited Members

- Public Attributes inherited from scriptforge.SFServices
 objectreference
 
 objecttype
 
 classmodule
 
 name
 
 internal
 
 localProperties
 
 serviceimplementation
 

Detailed Description

    Manage the controls belonging to a form or subform stored in a document.
    Each instance of the current class represents a single control within a form, a subform or a tablecontrol.
    A prerequisite is that all controls within the same form, subform or tablecontrol must have
    a unique name.

Definition at line 2557 of file scriptforge.py.

Member Function Documentation

◆ Controls()

def scriptforge.SFDocuments.SF_FormControl.Controls (   self,
  controlname = '' 
)

◆ SetFocus()

def scriptforge.SFDocuments.SF_FormControl.SetFocus (   self)

Member Data Documentation

◆ serviceimplementation

string scriptforge.SFDocuments.SF_FormControl.serviceimplementation = 'basic'
static

◆ servicename

string scriptforge.SFDocuments.SF_FormControl.servicename = 'SFDocuments.FormControl'
static

◆ serviceproperties

scriptforge.SFDocuments.SF_FormControl.serviceproperties
static
Initial value:
= dict(Action = True, Caption = True, ControlSource = False, ControlType = False,
Default = True, DefaultValue = True, Enabled = True, Format = True,
ListCount = False, ListIndex = True, ListSource = True, ListSourceType = True,
Locked = True, MultiSelect = True, Name = False,
OnActionPerformed = True, OnAdjustmentValueChanged = True,
OnApproveAction = True, OnApproveReset = True, OnApproveUpdate = True,
OnChanged = True, OnErrorOccurred = True, OnFocusGained = True, OnFocusLost = True,
OnItemStateChanged = True, OnKeyPressed = True, OnKeyReleased = True,
OnMouseDragged = True, OnMouseEntered = True, OnMouseExited = True,
OnMouseMoved = True, OnMousePressed = True, OnMouseReleased = True, OnResetted = True,
OnTextChanged = True, OnUpdated = True, Parent = False, Picture = True,
Required = True, Text = False, TipText = True, TripleState = True, Value = True,
Visible = True, XControlModel = False, XControlView = False)

Definition at line 2568 of file scriptforge.py.

Referenced by scriptforge.SFServices.__setattr__(), and scriptforge.SFServices.Properties().

◆ servicesynonyms

tuple scriptforge.SFDocuments.SF_FormControl.servicesynonyms = ()
static

Definition at line 2567 of file scriptforge.py.


The documentation for this class was generated from the following file: