com.im.ijc.widgets/1 5.9.1

com.im.ijc.widgets.table.settings
Class WBPropertyEditors

java.lang.Object
  extended by com.im.ijc.widgets.table.settings.WBPropertyEditors

public class WBPropertyEditors
extends Object

Copied from WidgetRenderersUtils class


Nested Class Summary
static class WBPropertyEditors.DefaultColorPropertyEditor
           
static class WBPropertyEditors.DefaultFontPropertyEditor
           
static class WBPropertyEditors.TableColorPropertyEditor
           
static class WBPropertyEditors.TableColumnColorPropertyEditor
           
static class WBPropertyEditors.TableColumnFontPropertyEditor
           
static class WBPropertyEditors.TableColumnHorizontalAlignmentPropertyEditor
           
static class WBPropertyEditors.TableFontPropertyEditor
           
static class WBPropertyEditors.TableHorizontalAlignmentPropertyEditor
           
 
Field Summary
static int DEFAULT_HORIZONTAL_ALIGNMENT
           
static int DEFAULT_VERTICAL_ALIGNMENT
           
static int INHERITED_ALIGNMENT_VALUE
           
 
Constructor Summary
WBPropertyEditors()
           
 
Method Summary
static String convertHorizontalAlignmentToHTMLAlign(int alignment)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_HORIZONTAL_ALIGNMENT

public static final int DEFAULT_HORIZONTAL_ALIGNMENT
See Also:
Constant Field Values

DEFAULT_VERTICAL_ALIGNMENT

public static final int DEFAULT_VERTICAL_ALIGNMENT
See Also:
Constant Field Values

INHERITED_ALIGNMENT_VALUE

public static final int INHERITED_ALIGNMENT_VALUE
See Also:
Constant Field Values
Constructor Detail

WBPropertyEditors

public WBPropertyEditors()
Method Detail

convertHorizontalAlignmentToHTMLAlign

public static String convertHorizontalAlignmentToHTMLAlign(int alignment)

com.im.ijc.widgets/1 5.9.1