Uses of Class
com.atlassian.adf.model.ex.node.TableCellException.ColwidthException
-
Packages that use TableCellException.ColwidthException Package Description com.atlassian.adf.model.ex.node Various exceptions indicating that there is a problem with a node object within the ADF document structure. -
-
Uses of TableCellException.ColwidthException in com.atlassian.adf.model.ex.node
Subclasses of TableCellException.ColwidthException in com.atlassian.adf.model.ex.node Modifier and Type Class Description static classTableCellException.ColwidthCannotBeNegativeReports that at least one negative value was provided in thecolwidthattribute for atableCellortableHeader.static classTableCellException.ColwidthDoesNotMatchColspanReports that the array of valuescolwidthattribute for atableCellortableHeaderdid not match thecolspanattribute.static classTableCellException.ColwidthMustHaveAtLeastOnePositiveValueReports that all of the valuescolwidthattribute for atableCellortableHeaderwere0.
-