|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.alibaba.dubbo.qos.textui.TTable.Border
public class TTable.Border
边框样式设置
| Field Summary | |
|---|---|
static int |
BORDER_INNER
内边框 |
static int |
BORDER_INNER_H
内边框:水平 |
static int |
BORDER_INNER_V
内边框:垂直 |
static int |
BORDER_NON
无边框 |
static int |
BORDER_OUTER
外边框 |
static int |
BORDER_OUTER_BOTTOM
外部下边框 |
static int |
BORDER_OUTER_LEFT
外部左边框 |
static int |
BORDER_OUTER_RIGHT
外部右边框 |
static int |
BORDER_OUTER_TOP
外部上边框 |
| Constructor Summary | |
|---|---|
TTable.Border()
|
|
| Method Summary | |
|---|---|
TTable.Border |
add(int border)
|
int |
get()
获取表格边框设置 |
boolean |
has(int... borderArray)
是否包含指定边框类型 只要当前边框策略命中其中之一即认为命中 |
TTable.Border |
remove(int border)
|
TTable.Border |
set(int border)
设置表格边框 |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int BORDER_OUTER_TOP
public static final int BORDER_OUTER_RIGHT
public static final int BORDER_OUTER_BOTTOM
public static final int BORDER_OUTER_LEFT
public static final int BORDER_INNER_H
public static final int BORDER_INNER_V
public static final int BORDER_OUTER
public static final int BORDER_INNER
public static final int BORDER_NON
| Constructor Detail |
|---|
public TTable.Border()
| Method Detail |
|---|
public boolean has(int... borderArray)
borderArray - 目标边框数组
public int get()
public TTable.Border set(int border)
border - 边框位
public TTable.Border add(int border)
public TTable.Border remove(int border)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||