com.wewebu.ow.server.dmsdialogs.views
Class OwObjectListViewEXTJSGrid.OwColumnInfoBagValue

java.lang.Object
  extended by com.wewebu.ow.server.dmsdialogs.views.OwObjectListViewEXTJSGrid.OwColumnInfoBagValue
Enclosing class:
OwObjectListViewEXTJSGrid

public static class OwObjectListViewEXTJSGrid.OwColumnInfoBagValue
extends Object

String-bag-value encoder/decoder for header based column information.

Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.

For licensing information read the license.txt file or
go to: http://wiki.alfresco.com

Since:
3.2.0.0

Field Summary
static String DEFAULT_COLUMN_SEPARATOR
           
static String DEFAULT_EQ
           
static String DEFAULT_HEADER
           
static String DEFAULT_HEADER_SEPARATOR
           
static String DEFAULT_HEADERID_SEPARATOR
           
 
Constructor Summary
OwObjectListViewEXTJSGrid.OwColumnInfoBagValue()
           
OwObjectListViewEXTJSGrid.OwColumnInfoBagValue(String value_p)
           
 
Method Summary
 void clear(String header_p)
           
 void clearDefaultHeader()
           
 Set<String> columnsOf(String header_p)
           
 Set<String> getDefaultColumns()
           
 Set<String> getHeaders()
           
 Integer indexOf(String column_p)
           
 Integer indexOf(String header_p, String column_p)
           
 void put(String column_p, int width_p)
           
 void put(String header_p, String column_p, int width_p)
           
 String toString()
           
 Integer widthOf(String column_p)
           
 Integer widthOf(String header_p, String column_p)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DEFAULT_EQ

public static final String DEFAULT_EQ
See Also:
Constant Field Values

DEFAULT_COLUMN_SEPARATOR

public static final String DEFAULT_COLUMN_SEPARATOR
See Also:
Constant Field Values

DEFAULT_HEADER_SEPARATOR

public static final String DEFAULT_HEADER_SEPARATOR
See Also:
Constant Field Values

DEFAULT_HEADERID_SEPARATOR

public static final String DEFAULT_HEADERID_SEPARATOR
See Also:
Constant Field Values

DEFAULT_HEADER

public static final String DEFAULT_HEADER
See Also:
Constant Field Values
Constructor Detail

OwObjectListViewEXTJSGrid.OwColumnInfoBagValue

public OwObjectListViewEXTJSGrid.OwColumnInfoBagValue()

OwObjectListViewEXTJSGrid.OwColumnInfoBagValue

public OwObjectListViewEXTJSGrid.OwColumnInfoBagValue(String value_p)
                                               throws OwInvalidOperationException
Throws:
OwInvalidOperationException
Method Detail

getHeaders

public Set<String> getHeaders()

widthOf

public Integer widthOf(String column_p)

widthOf

public Integer widthOf(String header_p,
                       String column_p)

getDefaultColumns

public Set<String> getDefaultColumns()

columnsOf

public Set<String> columnsOf(String header_p)

put

public void put(String column_p,
                int width_p)

clearDefaultHeader

public void clearDefaultHeader()

clear

public void clear(String header_p)

put

public void put(String header_p,
                String column_p,
                int width_p)

toString

public String toString()
Overrides:
toString in class Object

indexOf

public Integer indexOf(String header_p,
                       String column_p)

indexOf

public Integer indexOf(String column_p)


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.