com.wewebu.ow.server.plug.owshortcut
Class OwSavedSearchesView.OwSortableColumn

java.lang.Object
  extended by com.wewebu.ow.server.plug.owshortcut.OwSavedSearchesView.OwSortableColumn
Enclosing class:
OwSavedSearchesView

public class OwSavedSearchesView.OwSortableColumn
extends Object

Define sortable column


Constructor Summary
OwSavedSearchesView.OwSortableColumn(int columnID_p, String columnTitle_p, int sortInfo_p)
          construct a sortable column
 
Method Summary
 int getColumnId()
          gets column id
 String getColumnTitle()
          column display title
 int getSortInfo()
          Returns if a column is sortable
 void setColumnId(int columnId_p)
          set a column id
 void setColumnTitle(String columnTitle_p)
          column display title
 void setSortInfo(int sortInfo_p)
          Set sort information
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OwSavedSearchesView.OwSortableColumn

public OwSavedSearchesView.OwSortableColumn(int columnID_p,
                                            String columnTitle_p,
                                            int sortInfo_p)
construct a sortable column

Parameters:
columnID_p - int column number
columnTitle_p - String column title
sortInfo_p - int sort direction
Method Detail

getColumnTitle

public String getColumnTitle()
column display title

Returns:
String column title

setColumnTitle

public void setColumnTitle(String columnTitle_p)
column display title

Parameters:
columnTitle_p - String column title

getColumnId

public int getColumnId()
gets column id

Returns:
int id of column

setColumnId

public void setColumnId(int columnId_p)
set a column id

Parameters:
columnId_p -

getSortInfo

public int getSortInfo()
Returns if a column is sortable

Returns:
int sort type

setSortInfo

public void setSortInfo(int sortInfo_p)
Set sort information

Parameters:
sortInfo_p - int sort type


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.