List of usage examples for com.google.gwt.user.client.ui TreeItem subclass-usage
From source file eml.studio.client.ui.tree.Leaf.java
public abstract class Leaf<T> extends TreeItem implements HasRightMouseUpMenu { protected Label label = null; protected ContextMenu menu; private T module; /**
From source file eml.studio.client.ui.tree.PopupRetDirLeaf.java
/** * Preview the results in the window of the results in the list of each leaf */ public class PopupRetDirLeaf extends TreeItem { protected static Logger logger = Logger.getLogger(PopupRetDirLeaf.class.getName()); private String path;
From source file org.apache.hupa.widgets.ui.EditableTreeItem.java
/** * TreeItem which supports editing * * */ public class EditableTreeItem extends TreeItem implements HasEditable, HasEditHandlers {
From source file org.daxplore.presenter.client.ui.QuestionTreeItem.java
/**
* This class defines a single item in a GWT tree widget.
*
* <p>Used in both the {@link QuestionPanel} and in
* the {@link PerspectiveQuestionsPanel}.</p>
*/
From source file org.drools.guvnor.client.explorer.navigation.qa.FactUsagesItem.java
class FactUsagesItem extends TreeItem { public FactUsagesItem(AnalysisFactUsage[] factUsages) { setStyleName("analysis-Report"); setHTML(createImageTag(DroolsGuvnorImageResources.INSTANCE.factTemplate()) + "<b>"
From source file org.drools.guvnor.client.explorer.navigation.qa.VerifierMessageLinesItem.java
class VerifierMessageLinesItem extends TreeItem { public VerifierMessageLinesItem(String topicHtml, AnalysisReportLine[] lines) { setStyleName("analysis-Report"); setHTML(topicHtml);
From source file org.drools.guvnor.client.qa.FactUsagesItem.java
/** * * @author Toni Rikkola */ class FactUsagesItem extends TreeItem {
From source file org.drools.guvnor.client.qa.VerifierMessageLinesItem.java
/** * * @author Toni Rikkola */ class VerifierMessageLinesItem extends TreeItem {
From source file org.footware.client.framework.tree.AbstractTreeNode.java
/**
* the AbstractTreeNode is an element in the tree
*
* @author flwidmer
*
*/
From source file org.gatein.management.gadget.client.PendingItem.java
/**
* {@code PendingItem}
* <p>
* Tree item representing a pending item (loading in progress)
* </p>
* Created on Dec 29, 2010, 1:25:04 PM