Interface zebkit.ui.DrawFocusMarker | <zebkit.ui> |
Interface to add focus marker rendering. Focus marker is drawn either over the component space or around the specified anchor child component.
public
void
setCanHaveFocus (b )
Says if the component can hold focus or not Parameters:
|
public
chainable
setFocusAnchorComponent (c )
Set the specified children component to be used as focus marker view anchor component. Anchor component is a component over that the focus marker view is painted. Parameters:
|
public
chainable
setFocusMarkerView (c )
Set the view that has to be rendered as focus marker when the component gains focus. Parameters:
|