Questions tagged [gwt-bootstrap]

GWT-Bootstrap is a GWT library representing Twitter's bootstrap components, styles, and plugins.

61 questions
0
votes
1 answer

How can I make gwt-bootstraps togglebutton to slide?

I need to add sliding functionality to the togglebutton of gwt-bootstrap api. Currently I am having two images(upImage and downImage) which flips on click. I want them to slide. How can I achieve it? Any idea is appreciated. Thanks in advance.
Pradip Borde
  • 2,516
  • 4
  • 18
  • 20
0
votes
1 answer

GWT Bootstrap Responsive NavBar on Android device

I have an issue with GWT Bootstrap Responsive NavBar on Android device as described below. I am developing an application using GWT Bootstrap (version 2.2.1.0 & 2.3.2.0-SNAPSHOT) Responsive NavBar . When testing on my Android device, menu items in…
Trung
  • 1,012
  • 13
  • 26
0
votes
1 answer

do GWT widgets scale?

On a Google IO Talk it was mentioned that widgets make your apps run slow and you should avoid them at all cost. But I would like to use the gwt-bootstrap widget library. This would pollute my ui.xml with a lot of widgets. The reason I use this…
Vjeetje
  • 5,314
  • 5
  • 35
  • 57
0
votes
1 answer

Adding one day to timestamp using gwt bootstrap in client side

i have a GWT bootstrap dateTimeBox and i want to add one day to current time stamp i,e i wanna show default date to tomorrow in client side. tried using calendar instance , but it gives compilation error . Plz help how can i achieve this on client…
Ekata
  • 259
  • 2
  • 7
  • 21
0
votes
2 answers

Icon inside a DropDownButton

is it possible to display an icon inside a DropdownButton (for each element)? I'm new to gwt-bootsrap and don't know how to do. I use gwt-bootstrap-2.0.4.0.
Charmin
  • 711
  • 20
  • 30
0
votes
1 answer

GWT-bootstrap Deferred binding failed

Where to download a GWT-bootstrap.jar latest stable version? I downloaded from here a copy of gwt-bootstrap 2.3.2.jar. and create a sample project but each time I get following error. Compiling module com.test.Bootstrap Scanning for additional…
Mayank Pandya
  • 1,593
  • 2
  • 17
  • 40
0
votes
2 answers

determine if the device on which browser is running in gwt bootstrap

Is their any way in gwt or gwt bootstrap to find the device on which the web app is running. Like if the device is iphone,tablet,desktop.ipad etc.,Please help.
Ekata
  • 259
  • 2
  • 7
  • 21
0
votes
1 answer

Hiding gwt bootstrap widgets on ipad

i have gwt boot strap column with size 1 and this column has navtabs containing several navlinks like
Ekata
  • 259
  • 2
  • 7
  • 21
0
votes
1 answer

Where can I download latest GWT-Bootstrap JAR?

On their website they claim the latest version is 2.3.2.0-SNAPSHOT, but I can't find the JAR anywhere. It's not in any of the repos (Maven Central, etc), no downloads page on their site, or anywhere else. If you check out the master branch from…
user1768830
0
votes
1 answer

centering the contents of an column in GWT Bootstrap cell table

I have an cell table and the column data are the check boxes i want align these check boxes to center of that column i tried withcolumn.setHorizontalAlignment(HasHorizontalAlignment.ALIGN_CENTER); and using text-align:middle in css. but it doesn't…
Ekata
  • 259
  • 2
  • 7
  • 21
0
votes
1 answer

How to set a whole Page to responsive Design with gwt-bootstrap?

I'm building a web application for Tablet. I code the css first myself. Now i added some widgets which use gwt-bootstrap. Well now i saw that gwt-bootstrap has some Methods like : setHideOn(Device.PHONE) I'm trying now to added such a method to my…
3logy
  • 2,634
  • 8
  • 46
  • 99
0
votes
2 answers

How to destroy a GWT Bootstrap Modal when it is closed

I have some data that is displayed in a CellTable, one of the columns is a clickable. On clicking that column I display the data associated with it in another CellTable inside of a Modal. I have set up a UIBinder element for this. In the…
nikhil
  • 8,925
  • 21
  • 62
  • 102
0
votes
2 answers

How to set a textbox value with the selected value of Bootstrap Typeahead?

I have the following gwt-bootstrap ui.xml : How can i programmatically take the suggested response "On Click" of…
3logy
  • 2,634
  • 8
  • 46
  • 99
0
votes
1 answer

GWT-Bootstrap Modal not shown after setVisible is called

I have a simple modal that I want to show when a button is clicked. Here's the Code that I'm using to show the Modal @UiHandler("submit") void handleClick(ClickEvent e){ ModalDialogDemo modalDialog = (ModalDialogDemo)…
nikhil
  • 8,925
  • 21
  • 62
  • 102
0
votes
2 answers

Javax Validation with Maven / GWT

Im trying to use gwtbootstrap and i implement my project the CellTables example. I use Vaadin 6.8.8, GWT 2.5.0 and Maven 2.2.1 Now when im trying to compile the widgeset i have this warning : Are validation-api-.jar and…
3logy
  • 2,634
  • 8
  • 46
  • 99