Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
OverviewMethodsThis PackageAll Packages
ToolBarButton.getPartialPush
Retrieves a boolean value that indicates whether a toggle button on the toolbar is partially pushed.
Syntax
public final boolean getPartialPush()
Return Value
Returns true if this button is partially pushed; otherwise, returns false.
Remarks
Unless the style on this button is ToolBarButtonStyle.TOGGLE, this method always returns false.
See Also setPartialPush