public interface Pinnable
| Modifier and Type | Field and Description | 
|---|---|
| static int | PIN_NONEPin state indicating that the Pinnable is not pinned to anything and should
 track the selection of the active view, updating to track the selection of
 the new active view upon changes of active view from the currently active
 view to another view. | 
| static int | PIN_OBJECTPin state indicating that the Pinnable should stay set to its current
 contents, ignoring all selection changes within the currently active view
 and all changes of active view from the currently active view to another
 view. | 
| static int | PIN_VIEWPin state indicating that the Pinnable should track the selection of the
 currently active view ignoring all changes of active view from the
 currently active view to another view. | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getPinState()Get the pin state. | 
| void | setPinState(int state)Set the pin state. | 
static final int PIN_NONE
static final int PIN_VIEW
static final int PIN_OBJECT
int getPinState()
PIN_NONE, 
PIN_VIEW, 
PIN_OBJECTvoid setPinState(int state)
state - one of PIN_NONE, PIN_VIEW, or PIN_OBJECT.PIN_NONE, 
PIN_VIEW, 
PIN_OBJECT