{@code Save Delete 3738394041424344 implements HasHref, HasTargetHistoryToken, HasClickHandlers, Focusable, HasDataToggle, HasIcon, HasIconPosition { protected final Anchor anchor; protected AbstractAnchorListItem() { anchor = new Anchor(); add(anchor, (Element) getElement()); } View Full Code Here 5253545556575859606162 private LeafValueEditor<Boolean> editor; protected AbstractLabelButton(final TypeAttrType typeAttr) { super(ButtonType.DEFAULT); input = new CheckableInputButton(typeAttr); input.setStyleName(""); add(input, (Element) getElement()); iconTextMixin.addTextWidgetToParent(); } View Full Code Here 181182183184185186187188189190191 if (icon != null) { icon.removeFromParent(); } icon = new Icon(); icon.setType(iconType); icon.setSize(iconSize); icon.setFlip(iconFlip); icon.setRotate(iconRotate); icon.setMuted(iconMuted); View Full Code Here 194195196197198199200201202203204 if (icon != null) { icon.removeFromParent(); } icon = new Icon(); icon.setType(iconType); icon.setSize(iconSize); icon.setFlip(iconFlip); icon.setRotate(iconRotate); icon.setMuted(iconMuted); View Full Code Here 169170171172173174175176177 switchCmd(getElement(), "onText", onText); this.onText = onText; } public void setOnIcon(final IconType iconType) { final Icon icon = new Icon(iconType); icon.setSize(IconSize.LARGE); setOnText(icon.getElement().getString()); } View Full Code Here 185186187188189190191192193 switchCmd(getElement(), "offText", offText); this.offText = offText; } public void setOffIcon(final IconType iconType) { final Icon icon = new Icon(iconType); icon.setSize(IconSize.LARGE); setOffText(icon.getElement().getString()); } View Full Code Here 6162636465666768697071 boolean reversed = false; private FormatterCallback formatterCallback; private LeafValueEditor<Double> editor; public SliderBase() { textBox = new TextBox(); // now remove the bootstrap styles textBox.removeStyleName(UIObject.getStyleName(textBox.getElement())); setElement((Element) textBox.getElement()); setValue(5.0); } View Full Code Here 838485868788899091 private Widget container = null; private DateTimePickerLanguage language = DateTimePickerLanguage.EN; private DateTimePickerPosition position = DateTimePickerPosition.BOTTOM_RIGHT; public DateTimePickerBase() { textBox = new TextBox(); setElement((Element) textBox.getElement()); setFormat(format); } View Full Code Here 147148149150151152153154155156157 // Separates the SM_MD into [SM, MD] so we can add the right styles final String[] deviceString = deviceSize.name().split("_"); for (final String device : deviceString) { // Case back to basic enum (PRINT, XS, SM, MD, LG) final DeviceSize size = DeviceSize.valueOf(device); switch (size) { case PRINT: addEnumStyleName(uiObject, Responsiveness.HIDDEN_PRINT); break; case XS: View Full Code Here 182183184185186187188189190191192 // Separates the SM_MD into [SM, MD] so we can add the right styles final String[] deviceString = deviceSize.name().split("_"); for (final String device : deviceString) { // Case back to basic enum (PRINT, XS, SM, MD, LG) final DeviceSize size = DeviceSize.valueOf(device); switch (size) { case PRINT: addEnumStyleName(uiObject, Responsiveness.VISIBLE_PRINT); break; case XS: View Full Code Here 0 1 2 TOP Related Classes of org.gwtbootstrap3.client.ui.Button com.google.gwt.core.client.JavaScriptObject com.google.gwt.core.client.JsArray com.google.gwt.core.client.JsArrayInteger com.google.gwt.core.client.JsArrayString com.google.gwt.core.client.JsDate com.google.gwt.dom.client.Element com.google.gwt.dom.client.EventTarget com.google.gwt.dom.client.InputElement com.google.gwt.dom.client.LabelElement com.google.gwt.dom.client.NativeEvent Copyright © 2018 www.massapicom. All rights reserved. All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.
3738394041424344
implements HasHref, HasTargetHistoryToken, HasClickHandlers, Focusable, HasDataToggle, HasIcon, HasIconPosition { protected final Anchor anchor; protected AbstractAnchorListItem() { anchor = new Anchor(); add(anchor, (Element) getElement()); }
5253545556575859606162
private LeafValueEditor<Boolean> editor; protected AbstractLabelButton(final TypeAttrType typeAttr) { super(ButtonType.DEFAULT); input = new CheckableInputButton(typeAttr); input.setStyleName(""); add(input, (Element) getElement()); iconTextMixin.addTextWidgetToParent(); }
181182183184185186187188189190191
if (icon != null) { icon.removeFromParent(); } icon = new Icon(); icon.setType(iconType); icon.setSize(iconSize); icon.setFlip(iconFlip); icon.setRotate(iconRotate); icon.setMuted(iconMuted);
194195196197198199200201202203204
169170171172173174175176177
switchCmd(getElement(), "onText", onText); this.onText = onText; } public void setOnIcon(final IconType iconType) { final Icon icon = new Icon(iconType); icon.setSize(IconSize.LARGE); setOnText(icon.getElement().getString()); }
185186187188189190191192193
switchCmd(getElement(), "offText", offText); this.offText = offText; } public void setOffIcon(final IconType iconType) { final Icon icon = new Icon(iconType); icon.setSize(IconSize.LARGE); setOffText(icon.getElement().getString()); }
6162636465666768697071
boolean reversed = false; private FormatterCallback formatterCallback; private LeafValueEditor<Double> editor; public SliderBase() { textBox = new TextBox(); // now remove the bootstrap styles textBox.removeStyleName(UIObject.getStyleName(textBox.getElement())); setElement((Element) textBox.getElement()); setValue(5.0); }
838485868788899091
private Widget container = null; private DateTimePickerLanguage language = DateTimePickerLanguage.EN; private DateTimePickerPosition position = DateTimePickerPosition.BOTTOM_RIGHT; public DateTimePickerBase() { textBox = new TextBox(); setElement((Element) textBox.getElement()); setFormat(format); }
147148149150151152153154155156157
// Separates the SM_MD into [SM, MD] so we can add the right styles final String[] deviceString = deviceSize.name().split("_"); for (final String device : deviceString) { // Case back to basic enum (PRINT, XS, SM, MD, LG) final DeviceSize size = DeviceSize.valueOf(device); switch (size) { case PRINT: addEnumStyleName(uiObject, Responsiveness.HIDDEN_PRINT); break; case XS:
182183184185186187188189190191192
// Separates the SM_MD into [SM, MD] so we can add the right styles final String[] deviceString = deviceSize.name().split("_"); for (final String device : deviceString) { // Case back to basic enum (PRINT, XS, SM, MD, LG) final DeviceSize size = DeviceSize.valueOf(device); switch (size) { case PRINT: addEnumStyleName(uiObject, Responsiveness.VISIBLE_PRINT); break; case XS: