Various improvements in widgets rendering.
This commit is contained in:
parent
546caa485d
commit
7cdc3c1ed6
4 changed files with 83 additions and 27 deletions
|
@ -202,6 +202,7 @@ class String(Type):
|
|||
specificReadPermission, specificWritePermission, width,
|
||||
height, master, masterValue, focus)
|
||||
self.format = format
|
||||
self.isSelect = self.isSelection()
|
||||
def isSelection(self):
|
||||
'''Does the validator of this type definition define a list of values
|
||||
into which the user must select one or more values?'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue