|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.Widget
com.google.gwt.user.client.ui.Composite
net.pleso.framework.client.ui.windows.SliderTabPanel
public class SliderTabPanel
Wrapped TabPanel
for using with Slider
as content widget.
Constructor Summary | |
---|---|
SliderTabPanel()
Constructs empty SliderTabPanel widget. |
Method Summary | |
---|---|
void |
addSlider(Slider slider,
java.lang.String caption)
Adds specified Slider with caption to this SliderTabPanel . |
void |
fireBeforeRemoveTab(int index)
Calls when before remove tab event |
Slider |
getSlider(int index)
Returns Slider on tab specified by order intex. |
int |
getSliderCount()
|
void |
removeSlider(int index)
Removes tab by specified order index. |
void |
removeSlider(Slider slider)
Removes tab by specified lying on it Slider object. |
void |
selectSlider(int index)
Sets specified by index tab selected. |
Methods inherited from class com.google.gwt.user.client.ui.Composite |
---|
getElement |
Methods inherited from class com.google.gwt.user.client.ui.Widget |
---|
getParent, isAttached, onBrowserEvent, removeFromParent |
Methods inherited from class com.google.gwt.user.client.ui.UIObject |
---|
addStyleName, getAbsoluteLeft, getAbsoluteTop, getOffsetHeight, getOffsetWidth, getStyleName, getTitle, isVisible, isVisible, removeStyleName, setHeight, setPixelSize, setSize, setStyleName, setTitle, setVisible, setVisible, setWidth, sinkEvents, toString, unsinkEvents |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SliderTabPanel()
SliderTabPanel
widget.
Method Detail |
---|
public Slider getSlider(int index)
Slider
on tab specified by order intex.
index
- tab index
Slider
on specified tabpublic int getSliderCount()
Slider
on this SliderTabPanel
public void selectSlider(int index)
index
- tab index to be shownpublic void addSlider(Slider slider, java.lang.String caption)
Slider
with caption to this SliderTabPanel
.
slider
- the specified Slider
to addcaption
- string caption for new tabpublic void removeSlider(int index)
index
- tab index to be removedpublic void removeSlider(Slider slider)
Slider
object.
slider
- the specified Slider
to be removedpublic void fireBeforeRemoveTab(int index)
RemoveTabListener
fireBeforeRemoveTab
in interface RemoveTabListener
index
- index of tab
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |