wt.templateutil.components
Class PDMLinkPendingChangeIconCellComponent

java.lang.Object
  extended bywt.templateutil.components.HTMLComponent
      extended bywt.templateutil.components.DefaultHTMLComponent
          extended bywt.templateutil.components.PDMLinkPendingChangeIconCellComponent

public class PDMLinkPendingChangeIconCellComponent
extends DefaultHTMLComponent


Nested Class Summary
protected  class PDMLinkPendingChangeIconCellComponent.LinkTableCell
           
 
Field Summary
private static String FRONT_SPACER
           
private static String TABLE_CELLPADDING
           
private static String TABLE_CONTINUED
           
private static String TABLE_END
           
private static String TABLE_START
           
private  URLFactory urlFactory
           
 
Fields inherited from class wt.templateutil.components.DefaultHTMLComponent
defaultComponent
 
Fields inherited from class wt.templateutil.components.HTMLComponent
CLASS, COMPONENT_ID, COMPONENT_ID_SEPARATOR, CREATE, DEFAULT_SERVICE_NAME, DEFAULTS_ONLY, EMPTY_STRING, ID, ID_US_ENGLISH_LOCALE, NAME, NULLVALUE, PRINT_TAG_ATTR, SERVICENAME, TAG, UPDATE, VIEW
 
Constructor Summary
PDMLinkPendingChangeIconCellComponent()
           
 
Method Summary
 void init(String selector, Object value, HTMLComponentFactory componentFactory, String mode, Properties props)
          Calls the super class init method.
 
Methods inherited from class wt.templateutil.components.DefaultHTMLComponent
endComponent, setTagListArray, startComponent
 
Methods inherited from class wt.templateutil.components.HTMLComponent
appendID, appendID, appendToID, appendToID, createIDForComponent, getHtmlComponents, getID, getIdProp, getName, getOID, getPrintWriter, getRealValue, getServiceName, getState, getTag, getTagID, getTagIDKey, getTagList, getTagSettings, getURLFactory, insertID, insertID, isInheritStyle, isPrintTagAttributes, isUseDefaultsOnly, main, putTagID, putTagID, removeID, removeTagID, setHtmlComponents, setID, setInheritStyle, setName, setPrintTagAttributes, setServiceName, setState, setTag, setTagList, setTagListDefaults, setTagSettings, setTagValue, setUseDefaultsOnly, show, showSubComponents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FRONT_SPACER

private static final String FRONT_SPACER
See Also:
Constant Field Values

TABLE_CELLPADDING

private static final String TABLE_CELLPADDING

TABLE_START

private static final String TABLE_START
See Also:
Constant Field Values

TABLE_CONTINUED

private static final String TABLE_CONTINUED
See Also:
Constant Field Values

TABLE_END

private static final String TABLE_END
See Also:
Constant Field Values

urlFactory

private URLFactory urlFactory
Constructor Detail

PDMLinkPendingChangeIconCellComponent

public PDMLinkPendingChangeIconCellComponent()
Method Detail

init

public void init(String selector,
                 Object value,
                 HTMLComponentFactory componentFactory,
                 String mode,
                 Properties props)
Description copied from class: DefaultHTMLComponent
Calls the super class init method.

Supported API: true

Overrides:
init in class DefaultHTMLComponent
Parameters:
selector -
value -
componentFactory -
mode -
props -