001/*
002 * This library is part of OpenCms -
003 * the Open Source Content Management System
004 *
005 * Copyright (c) Alkacon Software GmbH & Co. KG (http://www.alkacon.com)
006 *
007 * This library is free software; you can redistribute it and/or
008 * modify it under the terms of the GNU Lesser General Public
009 * License as published by the Free Software Foundation; either
010 * version 2.1 of the License, or (at your option) any later version.
011 *
012 * This library is distributed in the hope that it will be useful,
013 * but WITHOUT ANY WARRANTY; without even the implied warranty of
014 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
015 * Lesser General Public License for more details.
016 *
017 * For further information about Alkacon Software, please see the
018 * company website: http://www.alkacon.com
019 *
020 * For further information about OpenCms, please see the
021 * project website: http://www.opencms.org
022 *
023 * You should have received a copy of the GNU Lesser General Public
024 * License along with this library; if not, write to the Free Software
025 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
026 */
027
028package org.opencms.gwt.client.ui.css;
029
030import org.opencms.gwt.client.ui.css.I_CmsLayoutBundle.I_CmsGlobalWidgetCss;
031
032import com.google.gwt.resources.client.CssResource.ImportedWithPrefix;
033
034/**
035 * Css resource.<p>
036 *
037 * @since 8.0.0
038 */
039@ImportedWithPrefix("input")
040public interface I_CmsInputCss extends I_CmsGlobalWidgetCss {
041
042    /**
043     * Css class reader.<p>
044     *
045     * @return the css class
046     */
047    String categoryEmptyLabel();
048
049    /**
050     * Css class reader.<p>
051     *
052     * @return the css class
053     */
054    String categoryItem();
055
056    /**
057     * Css class reader.<p>
058     *
059     * @return the css class
060     */
061    String categoryScrollPanel();
062
063    /** Access method.<p>
064     *
065     * @return the CSS class name
066     */
067    String changed();
068
069    /**
070     * Css class reader.<p>
071     *
072     * @return the css class
073     */
074    String checkBox();
075
076    /**
077     * Css class reader.<p>
078     *
079     * @return the css class
080     */
081    String checkBoxImage();
082
083    /**
084     * Css class reader.<p>
085     *
086     * @return the css class
087     */
088    String checkBoxImageChecked();
089
090    /**
091     * Css class reader.<p>
092     *
093     * @return the css class
094     */
095    String checkBoxImageUnchecked();
096
097    /**
098     * Css class reader.<p>
099     *
100     * @return the css class
101     */
102    String colorPicker();
103
104    /**
105     * Css class reader.<p>
106     *
107     * @return the css class
108     */
109    String comboBox();
110
111    /**
112     * Css class reader.<p>
113     *
114     * @return the css class
115     */
116    String comboBoxOpener();
117
118    /**
119     * Css class reader.<p>
120     *
121     * @return the css class
122     */
123    String dataValue();
124
125    /**
126     * Css class reader.<p>
127     *
128     * @return the css class
129     */
130    String disabled();
131
132    /**
133     * Css class reader.<p>
134     *
135     * @return the css class
136     */
137    String disableTextArea();
138
139    /**
140     * Css class reader.<p>
141     *
142     * @return the css class
143     */
144    String error();
145
146    /**
147     * Css class reader.<p>
148     *
149     * @return the css class
150     */
151    String fader();
152
153    /**
154     * Css class reader.<p>
155     *
156     * @return the css class
157     */
158    String formDescriptionLabel();
159
160    /**
161     * Css class reader.<p>
162     *
163     * @return the css class
164     */
165    String formGradientBackground();
166
167    /**
168     * Css class reader.<p>
169     *
170     * @return the css class
171     */
172    String formInfo();
173
174    /**
175     * Css class reader.<p>
176     *
177     * @return the css class
178     */
179    String formLabel();
180
181    /**
182     * Css class reader.<p>
183     *
184     * @return the css class
185     */
186    String formLabelBox();
187
188    /**
189     * Css class reader.<p>
190     *
191     * @return the css class
192     */
193    String formLabelTag();
194
195    /**
196     * Css class reader.<p>
197     *
198     * @return the css class
199     */
200    String formOpener();
201
202    /**
203     * Css class reader.<p>
204     *
205     * @return the css class
206     */
207    String formRow();
208
209    /**
210     * Css class reader.<p>
211     *
212     * @return the css class
213     */
214    String formWidgetContainer();
215
216    /**
217     * Css class reader.<p>
218     *
219     * @return the css class
220     */
221    String highTextBoxes();
222
223    /**
224     * Css class reader.<p>
225     *
226     * @return the css class
227     */
228    String inherited();
229
230    /**
231     * Css class reader.<p>
232     *
233     * @return the css class
234     */
235    String inlineBlock();
236
237    /**
238     * Css class reader.<p>
239     *
240     * @return the css class
241     */
242    String label();
243
244    /**
245     * Css class reader.<p>
246     *
247     * @return the css class
248     */
249    String labelInput();
250
251    /**
252     * Css class reader.<p>
253     *
254     * @return the css class
255     */
256    String labelTruncated();
257
258    /**
259     * Css class reader.<p>
260     *
261     * @return the css class
262     */
263    String multiCheckBox();
264
265    /**
266     * Css class reader.<p>
267     *
268     * @return the css class
269     */
270    String multiCheckboxPanel();
271
272    /**
273     * Css class reader.<p>
274     *
275     * @return the css class
276     */
277    String noSelectionSelectBox();
278
279    /**
280     * Css class reader.<p>
281     *
282     * @return the css class
283     */
284    String opener();
285
286    /**
287     * Css class reader.<p>
288     *
289     * @return the css class
290     */
291
292    String radioButton();
293
294    /**
295     * Css class reader.<p>
296     *
297     * @return the css class
298     */
299
300    String radioButtonGroup();
301
302    /**
303     * Css class reader.<p>
304     *
305     * @return the css class
306     */
307
308    String radioButtonImage();
309
310    /**
311     * Css class reader.<p>
312     *
313     * @return the css class
314     */
315    String selectBoxCell();
316
317    /**
318     * Css class reader.<p>
319     *
320     * @return the css class
321     */
322    String selectBoxDisabled();
323
324    /**
325     * Css class reader.<p>
326     *
327     * @return the css class
328     */
329    String selectBoxOpener();
330
331    /**
332     * Css class reader.<p>
333     *
334     * @return the css class
335     */
336    String selectBoxRoot();
337
338    /**
339     * Css class reader.<p>
340     *
341     * @return the css class
342     */
343    String selectBoxSelected();
344
345    /**
346     * Css class reader.<p>
347     *
348     * @return the css class
349     */
350    String selectBoxSelector();
351
352    /**
353     * Css class reader.<p>
354     *
355     * @return the css class
356     */
357    String selectComboIcon();
358
359    /**
360     * Css class reader.<p>
361     *
362     * @return the css class
363     */
364    String selectHover();
365
366    /**
367     * Css class reader.<p>
368     *
369     * @return the css class
370     */
371    String selectIcon();
372
373    /**
374     * Css class reader.<p>
375     *
376     * @return the css class
377     */
378    String selectionInput();
379
380    /**
381     * Css class reader.<p>
382     *
383     * @return the css class
384     */
385    String selectorPopup();
386
387    /**
388     * Css class reader.<p>
389     *
390     * @return the css class
391     */
392    String separator();
393
394    /**
395     * Css class reader.<p>
396     *
397     * @return the css class
398     */
399    String showDisabledAsGhostMode();
400
401    /**
402     * Css class reader.<p>
403     *
404     * @return the css class
405     */
406    String subtitleSuffix();
407
408    /**
409     * Css class reader.<p>
410     *
411     * @return the css class
412     */
413    String textArea();
414
415    /**
416     * Css class reader.<p>
417     *
418     * @return the css class
419     */
420    String textAreaGhostMode();
421
422    /**
423     * Css class reader.<p>
424     *
425     * @return the css class
426     */
427    String textAreaProportional();
428
429    /**
430     * Css class reader. <p>
431     *
432     * @return the css class
433     */
434    String textBox();
435
436    /**
437     * Css class reader. <p>
438     *
439     * @return the css class
440     */
441    String textboxGhostMode();
442
443    /**
444     * Css class reader.<p>
445     *
446     * @return the css class
447     */
448    String textBoxPanel();
449
450    /**
451     * Css class reader.<p>
452     *
453     * @return the css class
454     */
455    String textBoxPanelDisabled();
456
457    /**
458     * Css class reader.<p>
459     *
460     * @return the css class
461     */
462    String textBoxPanelError();
463
464    /**
465     * Css class reader.<p>
466     *
467     * @return the css class
468     */
469    String textBoxPanelWhite();
470
471    /**
472     * Css class reader.<p>
473     *
474     * @return the css class
475     */
476    String textBoxReadOnly();
477
478    /**
479     * Css class reader.<p>
480     *
481     * @return the css class
482     */
483    String textBoxWidget();
484
485    /**
486     * Css class reader.<p>
487     *
488     * @return the css class
489     */
490    String triState();
491
492    /**
493     * Css class reader.<p>
494     *
495     * @return the css class
496     */
497    String triStateMedium();
498
499    /**
500     * Css class reader.<p>
501     *
502     * @return the css class
503     */
504    String triStateOff();
505
506    /**
507     * Css class reader.<p>
508     *
509     * @return the css class
510     */
511    String triStateOn();
512
513    /**
514     * Css class reader.<p>
515     *
516     * @return the css class
517     */
518    String weakText();
519}