|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<TableCellType>
org.qtitools.qti.node.content.xhtml.table.TableCellType
public enum TableCellType
tableCell types
| Enum Constant Summary | |
|---|---|
TD
td |
|
TH
th |
|
| Method Summary | |
|---|---|
abstract TableCell |
create(Tr parent)
Creates tableCell element. |
java.lang.String |
getClassTag()
Gets CLASS_TAG of this tableCell type. |
static TableCell |
getInstance(Tr parent,
java.lang.String classTag)
Creates tableCell element. |
static TableCellType |
getType(java.lang.String classTag)
Gets tableCell type for given CLASS_TAG. |
java.lang.String |
toString()
|
static TableCellType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TableCellType[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final TableCellType TD
public static final TableCellType TH
| Method Detail |
|---|
public static final TableCellType[] values()
for(TableCellType c : TableCellType.values())
System.out.println(c);
public static TableCellType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namepublic java.lang.String getClassTag()
public abstract TableCell create(Tr parent)
parent - parent of created tableCell
public java.lang.String toString()
toString in class java.lang.Enum<TableCellType>public static TableCellType getType(java.lang.String classTag)
classTag - CLASS_TAG
public static TableCell getInstance(Tr parent,
java.lang.String classTag)
parent - parent of created tableCellclassTag - CLASS_TAG of created tableCell
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||