Example usage for com.google.gwt.gadgets.client NeedsDynamicHeight interface-usage

List of usage examples for com.google.gwt.gadgets.client NeedsDynamicHeight interface-usage

Introduction

In this page you can find the example usage for com.google.gwt.gadgets.client NeedsDynamicHeight interface-usage.

Usage

From source file cc.kune.gadgetsampledeploy.client.KuneGadgetSample.java

/**
 * The Class KuneGadgetSample.
 * 
 * @author vjrj@ourproject.org (Vicente J. Ruiz Jurado)
 */
@Gadget.ModulePrefs( //

From source file mr.davidsanderson.uml.wave.gadget.UMLGraphGadget.java

/**
 * Entry point classes define <code>onModuleLoad()</code>.
 */
@Gadget.ModulePrefs(title = "umlgadget", height = 400)
public class UMLGraphGadget extends WaveGadget<UserPreferences> implements NeedsDynamicHeight {
    DynamicHeightFeature feature;

From source file net.randomhacks.wave.voting.approval.client.ApprovalVoting.java

@ModulePrefs(title = "Approval Voting", author = "Eric Kidd", author_email = "eric.kidd@gmail.com")
public class ApprovalVoting extends Gadget<UserPreferences> implements NeedsDynamicHeight, NeedsWave {
    DynamicHeightFeature dynamicHeightFeature;
    Wave wave;
    ChoicesTable table;

From source file org.ourproject.massmob.client.MassmobGadget.java

/**
 * The Class KuneGadgetSample.
 *
 * @author vjrj@ourproject.org (Vicente J. Ruiz Jurado)
 */
@Gadget.ModulePrefs( //