com.plumtree.portalpages.ext.providers.outgoingnetworksearch
Class GenericViewHelper
java.lang.Object
com.plumtree.portalpages.ext.providers.outgoingnetworksearch.GenericViewHelper
public class GenericViewHelper
- extends java.lang.Object
- Author:
- DanaD, sincerely flattering AdolfoC
|
Field Summary |
static java.lang.String |
SPACE
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SPACE
public static final java.lang.String SPACE
- See Also:
- Constant Field Values
GenericViewHelper
public GenericViewHelper()
AddCell
public static HTMLTableCell AddCell(HTMLTableRow myRow,
java.lang.String strWidth)
throws HTMLException
- Parameters:
myRow - strWidth -
- Returns:
-
- Throws:
HTMLException
AddEmptyCell
public static HTMLTableCell AddEmptyCell(HTMLTableRow myRow,
java.lang.String strWidth)
throws HTMLException
- Parameters:
myRow - strWidth -
- Returns:
-
- Throws:
HTMLException
AddRow
public static HTMLTableRow AddRow(HTMLTable myTable)
throws HTMLException
- Parameters:
myTable -
- Returns:
-
- Throws:
HTMLException
AddSpanToCell
public static HTMLSpan AddSpanToCell(HTMLTableCell myCell,
java.lang.String strSpanText)
throws HTMLException
- Parameters:
myCell - strSpanText -
- Returns:
-
- Throws:
HTMLException