List of usage examples for com.google.gwt.user.client.ui HasHorizontalAlignment interface-usage
From source file cc.alcina.framework.gwt.client.widget.Para.java
/** * * @author Nick Reddel */ public class Para extends Widget implements HasClickHandlers, HasHorizontalAlignment, HasText, HasWordWrap, HasDirection, HasHTML {
From source file com.alkacon.geranium.client.ui.input.CheckBox.java
/**
* This class represents a labeled checkbox which is not represented as an INPUT element in
* the DOM, but is displayed as an image.<p>
*
* It can be checked/unchecked and enabled/disabled, which means 4 combinations in total.
* So you need to supply 4 images, one for each of the combinations.<p>
From source file com.alkacon.geranium.client.ui.input.RadioButton.java
/**
* Class representing a single radio button.<p>
*
* In most cases, you will need to set the group of a radio button, which is a Java object,
* not just a string as in HTML radio buttons. Clicking on a radio button in a group will result
* in the radio button being selected, and none of the other buttons in the group being selected.<p>
From source file com.alkacon.geranium.client.ui.PushButton.java
/** * Push button class.<p> * * Uses CSS classes cmsState and dependent from 'button.css', make sure it is injected.<p> */ public class PushButton extends com.google.gwt.user.client.ui.PushButton implements HasHorizontalAlignment {
From source file com.alkacon.geranium.client.ui.ToggleButton.java
/** * Tool-bar button class.<p> */ public class ToggleButton extends com.google.gwt.user.client.ui.ToggleButton implements HasHorizontalAlignment { /** The current horizontal alignment. */
From source file com.googlecode.gwtmock.client.MockHasHorizontalAlignment.java
/** * @author Katharina Fahnenbruck * */ public class MockHasHorizontalAlignment implements HasHorizontalAlignment {
From source file com.ics.tcg.web.workflow.client.EditableLabel.java
/**
* Editable Label class, funcionality displays a Label UI
* Element until clicked on, then if element is set to be
* editable (default) then an editable area and Buttons are
* displayed instead.
*
From source file com.sencha.gxt.widget.core.client.grid.ColumnConfig.java
/**
* A column config for a column in a column model.
*
* <p />
* The column config is a configuration object that should only be used when
* creating a column model. After the column model is created, any changes
From source file nl.miraclebenelux.domaincontacts.client.EditableLabel.java
/**
* Editable Label class, funcionality displays a Label UI
* Element until clicked on, then if element is set to be
* editable (default) then an editable area and Buttons are
* displayed instead.
*
From source file org.cruxframework.crux.widgets.client.rollingpanel.CustomRollingPanel.java
/** * @author Thiago da Rosa de Bustamante - * */ //TODO refatorar esta classe. Fazer sem tables public class CustomRollingPanel extends Composite