List of usage examples for com.google.gwt.user.client.ui HasWordWrap 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.apress.progwt.client.college.gui.ext.EditableLabelExtension.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.
*
* If the Label is not set to be word wrapped (default) then the editable
From source file com.dianaui.universal.core.client.ui.CheckBox.java
/**
* A standard check box widget.
* <p/>
* This class also serves as a base class for {@link Radio}.
* <p/>
* <p>
From source file com.github.gwtbootstrap.client.ui.CheckBox.java
/**
* CheckBox widgets.
* <p>
* Re-design for Bootstrap.
* </p>
*
From source file com.googlecode.mgwt.ui.client.widget.input.radio.MRadioButton.java
/** * A touch enabled radio button implementation * * @author Daniel Kurka */ public class MRadioButton extends TouchWidget implements HasText, HasEnabled, HasValueChangeHandlers<Boolean>,
From source file com.googlecode.mgwt.ui.client.widget.MRadioButton.java
/**
* A touch enabled radio button implementation
*
* @author Daniel Kurka
* @version $Id: $
*/
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 edu.mayo.mprc.swift.ui.client.widgets.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.
* <p/>
From source file gwt.material.design.client.base.BaseCheckBox.java
/**
* A standard check box widget.
*
* This class also serves as a base class for
* {@link RadioButton}.
*
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.
*