使用范围:UI2
Contents
class Activity ($UI/system/components/justep/process/js/processControl#Activity)
环节
Constructor Top
Activity (Object activityData, Array children, Item toItem) |
Methods Top
Array | getChildren () | |
String | getID () | |
String | getLable () | |
String | getName () | |
Boolean | isOptional () | |
Boolean | isSelectable () |
Constructor details
Top
public
Activity
(Object activityData, Array children, Item toItem)
环节
public
Activity
(Object activityData, Array children, Item toItem)
环节
Methods Detail Top
public
Array
getChildren
()
获取子环节列表
public
String
getID
()
获取环节的ID
public
String
getLable
()
获取环节的显示名称
public
String
getName
()
获取环节的名称
public
Boolean
isOptional
()
是否可选
public
Boolean
isSelectable
()
是否允许被选中