Package | Description |
---|---|
org.gwt.advanced.client.ui.widget.border | |
org.gwt.advanced.client.ui.widget.tab |
Modifier and Type | Field and Description |
---|---|
static BorderLine |
BorderLine.BOTTOM
the bottom line
|
static BorderLine |
BorderLine.LEFT
the left line
|
static BorderLine |
BorderLine.RIGHT
the right line
|
static BorderLine |
BorderLine.TOP
the top line
|
Modifier and Type | Field and Description |
---|---|
protected Map<BorderLine,Boolean> |
AbstractBorder.linesVisibility
this map contains lines visibility settings
|
Modifier and Type | Method and Description |
---|---|
BorderLine |
BorderLine.getOpposite()
Gets a line that is opposite to this one.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Border.isVisible(BorderLine line)
Checks whether a border line is visible and returns the status of check.
|
boolean |
AbstractBorder.isVisible(BorderLine line)
Checks whether a border line is visible and returns the status of check.
|
protected void |
BorderLine.setOpposite(BorderLine opposite)
Sets an opposite line to this one.
|
void |
Border.setVisible(boolean visible,
BorderLine line)
Sets border a line to be visible or invisible.
|
void |
AbstractBorder.setVisible(boolean visible,
BorderLine line)
Sets border a line to be visible or invisible.
|
Modifier and Type | Method and Description |
---|---|
protected BorderLine |
TopBandRenderer.getHiddenLine()
Gets a tab border line to hide.
|
protected BorderLine |
RightBandRenderer.getHiddenLine()
Gets a tab border line to hide.
|
protected BorderLine |
LeftBandRenderer.getHiddenLine()
Gets a tab border line to hide.
|
protected BorderLine |
BottomBandRenderer.getHiddenLine()
Gets a tab border line to hide.
|
protected abstract BorderLine |
AbstractBandRenderer.getHiddenLine()
Gets a tab border line to hide.
|
Copyright © 2008–2013. All rights reserved.