|
Spring for Apache Hadoop | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.yarn.support.console.TableHeader
public class TableHeader
Defines table column headers used by Table
.
UiUtils
Constructor Summary | |
---|---|
TableHeader(java.lang.String name)
Constructor that initializes the table header with the provided header name. |
|
TableHeader(java.lang.String name,
int width)
Constructor that initializes the table header with the provided header name and the with of the table header. |
Method Summary | |
---|---|
int |
getMaxWidth()
|
java.lang.String |
getName()
|
int |
getWidth()
|
void |
setMaxWidth(int maxWidth)
Defaults to -1 indicating to ignore the property. |
void |
setName(java.lang.String name)
|
void |
setWidth(int width)
|
void |
updateWidth(int width)
Updated the width for this particular column, but only if the value of the passed-in width is higher than the value of the pre-existing width. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TableHeader(java.lang.String name, int width)
name
- width
- public TableHeader(java.lang.String name)
name
- Method Detail |
---|
public int getWidth()
public void setWidth(int width)
public void updateWidth(int width)
width
- public java.lang.String getName()
public void setName(java.lang.String name)
public int getMaxWidth()
public void setMaxWidth(int maxWidth)
maxWidth
- If negative or zero this property will be ignored.
|
Spring for Apache Hadoop | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |