com.stratelia.webactiv.util.viewGenerator.html.arrayPanes
Class ArrayCell

java.lang.Object
  extended by com.stratelia.webactiv.util.viewGenerator.html.arrayPanes.ArrayCell
Direct Known Subclasses:
ArrayCellButton, ArrayCellCheckbox, ArrayCellIconPane, ArrayCellInputText, ArrayCellLink, ArrayCellRadio, ArrayCellSelect, ArrayCellText

public class ArrayCell
extends Object

Class declaration

Author:

Field Summary
static int CELLSORT_CASE_INSENSITIVE
           
static int CELLSORT_CASE_SENSITIVE
           
protected  int m_SortMode
          the default sort mode, that may or may not be interpreted by the descendants of this class, depending on their contents.
 
Constructor Summary
ArrayCell(ArrayLine line)
          Constructor declaration
 
Method Summary
 String getStyleSheet()
          Method declaration
 void setSortMode(int mode)
          Method declaration
 void setStyleSheet(String css)
          Method declaration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CELLSORT_CASE_INSENSITIVE

public static final int CELLSORT_CASE_INSENSITIVE
See Also:
Constant Field Values

CELLSORT_CASE_SENSITIVE

public static final int CELLSORT_CASE_SENSITIVE
See Also:
Constant Field Values

m_SortMode

protected int m_SortMode
the default sort mode, that may or may not be interpreted by the descendants of this class, depending on their contents. They could define other modes, but the most common sould reasonnably be put in here

Constructor Detail

ArrayCell

public ArrayCell(ArrayLine line)
Constructor declaration

Parameters:
line -
See Also:
Method Detail

setStyleSheet

public void setStyleSheet(String css)
Method declaration

Parameters:
css -
See Also:

getStyleSheet

public String getStyleSheet()
Method declaration

Returns:
See Also:

setSortMode

public void setSortMode(int mode)
Method declaration

Parameters:
mode -
See Also:


Copyright © 2016 Silverpeas. All Rights Reserved.