List of usage examples for com.google.gwt.user.client.ui FlexTable subclass-usage
From source file com.ikon.frontend.client.widget.properties.attachment.ExtendedFlexTable.java
/**
* ExtendedFlexTable
*
* @author jllort
*
*/
From source file com.ikon.frontend.client.widget.searchsaved.ExtendedFlexTable.java
/**
* Extends FlexTable functionalities
*
* @author jllort
*
*/
From source file com.ikon.frontend.client.widget.searchuser.ExtendedFlexTable.java
/**
* Extends FlexTable functionalities
*
* @author jllort
*
*/
From source file com.mcherm.zithiacharsheet.client.SkillCatalogDisplay.java
/** * A graphical element that displays the skill catalog. If a callback is provided, then * it will allow a single row at a time to the selected and will invoke the callback * passing the selected skill. */ public class SkillCatalogDisplay extends FlexTable {
From source file com.mcherm.zithiacharsheet.client.ZithiaSkillsTable.java
public class ZithiaSkillsTable extends FlexTable implements Disposable { private final Disposer disposer = new Disposer(); private Disposer rowsDisposer; public ZithiaSkillsTable(final ZithiaCharacter zithiaCharacter) { this.addStyleName("skills");
From source file com.mcherm.zithiacharsheet.client.ZithiaStatsTable.java
public class ZithiaStatsTable extends FlexTable { public ZithiaStatsTable(ZithiaCharacter zithiaCharacter) { this.addStyleName("stats"); int row = 0; // -- Header --
From source file com.openkm.extension.frontend.client.widget.base.ColoredFlexTable.java
/** * ColoredFlextTable * * @author jllort */ public class ColoredFlexTable extends FlexTable {
From source file com.openkm.frontend.client.widget.chat.ExtendedFlexTable.java
/**
* Extends FlexTable functionalities
*
* @author jllort
*
*/
From source file com.openkm.frontend.client.widget.properties.attachment.ExtendedFlexTable.java
/**
* ExtendedFlexTable
*
* @author jllort
*
*/
From source file com.openkm.frontend.client.widget.searchsaved.ExtendedFlexTable.java
/**
* Extends FlexTable functionalities
*
* @author jllort
*
*/