|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sibvisions.rad.ui.web.ext.gwt.celleditor.StyledCellEditor
public abstract class StyledCellEditor
The StyledCellEditor provides the styling of cell editors.
| Field Summary |
|---|
| Fields inherited from interface com.sibvisions.rad.ui.web.ext.gwt.IAlignmentConstants |
|---|
ALIGN_BOTTOM, ALIGN_CENTER, ALIGN_LEFT, ALIGN_RIGHT, ALIGN_STRETCH, ALIGN_TOP |
| Constructor Summary | |
|---|---|
StyledCellEditor()
Constructs a new instance of StyledCellEditor. |
|
| Method Summary | |
|---|---|
String |
getEditorColumn()
Gets the column which represents the value. |
int |
getHorizontalAlignment()
Returns the alignment along the x axis. |
static String |
getHorizontalWebAlignment(int pAlignment)
Gets the horizontal alignment translated to css. |
int |
getVerticalAlignment()
Returns the alignment along the y axis. |
String |
getVerticalWebAlignment(int pAlignment)
Gets the vertical alignment translated to css. |
boolean |
isStyleSupported()
Returns whether the styling of the editor is supported. |
void |
setEditorColumn(String pColumn)
Sets the column which represents the value. |
void |
setHorizontalAlignment(int pHorizontalAlignment)
Sets the horizontal alignment. |
void |
setVerticalAlignment(int pVerticalAlignment)
Sets the vertical alignment. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StyledCellEditor()
StyledCellEditor.
| Method Detail |
|---|
public int getHorizontalAlignment()
getHorizontalAlignment in interface IAlignmentConstantspublic void setHorizontalAlignment(int pHorizontalAlignment)
setHorizontalAlignment in interface IAlignmentConstantspHorizontalAlignment - the new vertical alignmentpublic int getVerticalAlignment()
getVerticalAlignment in interface IAlignmentConstantspublic void setVerticalAlignment(int pVerticalAlignment)
setVerticalAlignment in interface IAlignmentConstantspVerticalAlignment - the new vertical alignmentpublic boolean isStyleSupported()
true as default valuepublic static String getHorizontalWebAlignment(int pAlignment)
pAlignment - the horizontal alignment value
public String getVerticalWebAlignment(int pAlignment)
pAlignment - the vertical alignment value
public void setEditorColumn(String pColumn)
pColumn - the column namepublic String getEditorColumn()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||