com.plumtree.portalpages.ext.providers.outgoingnetworksearch
Class GenericViewHelper

java.lang.Object
  extended by 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
           
 
Constructor Summary
GenericViewHelper()
           
 
Method Summary
static HTMLTableCell AddCell(HTMLTableRow myRow, java.lang.String strWidth)
           
static HTMLTableCell AddEmptyCell(HTMLTableRow myRow, java.lang.String strWidth)
           
static HTMLTableRow AddRow(HTMLTable myTable)
           
static HTMLSpan AddSpanToCell(HTMLTableCell myCell, java.lang.String strSpanText)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SPACE

public static final java.lang.String SPACE
See Also:
Constant Field Values
Constructor Detail

GenericViewHelper

public GenericViewHelper()
Method Detail

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



Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.