DroidDiagram Programmer's Guide
ComponentBase.getFocusable Method
See Also
 






Gets a value indicating whether the component can receive the input focus.

Namespace: com.mindfusion.diagramming.components
Package: com.mindfusion.diagramming.components

 Syntax

Java  Copy Code

public boolean getFocusable ()

 Return Value

true if the component can receive the input focus; otherwise false.

 See Also

ComponentBase Members
ComponentBase Class
com.mindfusion.diagramming.components Namespace