Search
Item.setVisible Method
See Also
 






Sets a flag indicating whether the item is visible or not.

Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model

 Syntax

Java  Copy Code

public abstract void setVisible (
    boolean value
)

 Parameters

value

true if the item is visible; otherwise, false. The default is true.

 Remarks

Invisible items are not drawn at all. You could use this property to hide an item temporarily, or to store additional data in a helper item object that always stays invisible.

 See Also