public interface ProxyView
| Modifier and Type | Method and Description |
|---|---|
boolean |
isProxy(int tabInd)
Checks whenever tab by specified index is proxy or not.
|
void |
replaceProxy(int tabInd,
com.google.gwt.user.client.ui.IsWidget w)
Replaces proxy specified by tabInd with some widget.
|
boolean isProxy(int tabInd)
throws IndexOutOfBoundsException
tabInd - tab indexIndexOutOfBoundsException - if the index is out of rangevoid replaceProxy(int tabInd,
com.google.gwt.user.client.ui.IsWidget w)
throws IndexOutOfBoundsException
tabInd - tab indexw - real tab as widgetIndexOutOfBoundsException - if the index is out of rangeCopyright © 2012–2014 RedSoft. All rights reserved.