public interface HasActiveParent extends HasSelectables
Modifier and Type | Method and Description |
---|---|
com.google.gwt.user.client.ui.Widget |
getActive()
Get currently the active widget of it's parent
|
void |
setActive(int index)
Providing the one-based index of the parent widget to mark as active.
|
void |
setActive(int index,
boolean value)
Providing the active value and one-based index of the parent widget to mark as active.
|
clearActive
void setActive(int index)
void setActive(int index, boolean value)
com.google.gwt.user.client.ui.Widget getActive()
Copyright © 2018. All rights reserved.