Creates a new ItemSettings object.
Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling
SyntaxJava
Copy Code
|
|---|
protected ItemSettings createItemSettings () |
An instance of the ItemSettings class.
RemarksInvoke this method from within a derived custom theme class in order to create an instance of the ItemSettings class. This is necessary since ItemSettings does not have a public constructor and cannot be instantiated directly.
See Also