public boolean isVisible() {
return Utils.isVisible(getRootElement());
}
private TimeEditor setTime(int hours, int minutes, int seconds, SetValueBy by) {
TimeSign timeSign = null;
TimeSpinner<Integer> actSecondsSpinner = getSecondsSpinner();
TimeSignSpinner acttimeSignSpinner = getTimeSignSpinner();
if (acttimeSignSpinner != null) {//there is a time sign spinner, --> fix the hours
timeSign = TimeSign.AM;
if (hours >= 12) {