| java.lang.Object org.wings.plaf.css.AbstractLayoutCG org.wings.plaf.css.GridBagLayoutCG
determineRowHeight | protected int determineRowHeight(SGridBagLayout layout, int row)(Code) | | Copy and paste extracted method to determine an optional row height of the passed row.
Was necessary to avoid a rendering bug with Gecko engines leading to a messed up layout.
Refer to http://jira.j-wings.org/browse/WGS-120
Parameters: layout - The gridbaglayout Parameters: row - The row Row height percentage as int or 0 |
getDefaultLayoutCellHAlignment | public int getDefaultLayoutCellHAlignment()(Code) | | |
getDefaultLayoutCellVAlignment | public int getDefaultLayoutCellVAlignment()(Code) | | |
write | public void write(Device d, SLayoutManager l) throws IOException(Code) | | Renders a gridbag layout using invisible layouter tables.
Parameters: d - the device to write the code to Parameters: l - the layout manager |
Methods inherited from org.wings.plaf.css.AbstractLayoutCG | final protected TableCellStyle cellLayoutStyle(SLayoutManager layout)(Code)(Java Doc) final protected int cellOversize(SGridBagLayout layout, Insets insets)(Code)(Java Doc) protected void closeLayouterBody(Device d, SLayoutManager layout) throws IOException(Code)(Java Doc) public static void closeLayouterCell(Device d, SComponent component, boolean renderAsHeader) throws IOException(Code)(Java Doc) public static void closeLayouterRow(Device d) throws IOException(Code)(Java Doc) protected static Insets convertGapsToInset(int hgap, int vgap)(Code)(Java Doc) abstract public int getDefaultLayoutCellHAlignment()(Code)(Java Doc) abstract public int getDefaultLayoutCellVAlignment()(Code)(Java Doc) abstract protected int getLayoutBorder(SLayoutManager layout)(Code)(Java Doc) abstract protected int getLayoutHGap(SLayoutManager layout)(Code)(Java Doc) abstract protected int getLayoutVGap(SLayoutManager layout)(Code)(Java Doc) final protected boolean isMSIE(SComponent component)(Code)(Java Doc) abstract protected int layoutOversize(SLayoutManager layout)(Code)(Java Doc) protected void openLayouterBody(Device d, SLayoutManager layout) throws IOException(Code)(Java Doc) public static void openLayouterCell(Device d, SComponent component, TableCellStyle cellStyle) throws IOException(Code)(Java Doc) public static void openLayouterRow(Device d, String height) throws IOException(Code)(Java Doc) protected void printLayouterTableBody(Device d, SContainer renderedContainer, int cols, List components, TableCellStyle cellStyle) throws IOException(Code)(Java Doc)
|
|
|