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 categoryItem();
048
049    /**
050     * Css class reader.<p>
051     *
052     * @return the css class
053     */
054    String categoryScrollPanel();
055
056    /** Access method.<p>
057     *
058     * @return the CSS class name
059     */
060    String changed();
061
062    /**
063     * Css class reader.<p>
064     *
065     * @return the css class
066     */
067    String checkBox();
068
069    /**
070     * Css class reader.<p>
071     *
072     * @return the css class
073     */
074    String checkBoxImage();
075
076    /**
077     * Css class reader.<p>
078     *
079     * @return the css class
080     */
081    String checkBoxImageChecked();
082
083    /**
084     * Css class reader.<p>
085     *
086     * @return the css class
087     */
088    String checkBoxImageUnchecked();
089
090    /**
091     * Css class reader.<p>
092     *
093     * @return the css class
094     */
095    String colorPicker();
096
097    /**
098     * Css class reader.<p>
099     *
100     * @return the css class
101     */
102    String comboBox();
103
104    /**
105     * Css class reader.<p>
106     *
107     * @return the css class
108     */
109    String comboBoxOpener();
110
111    /**
112     * Css class reader.<p>
113     *
114     * @return the css class
115     */
116    String dataValue();
117
118    /**
119     * Css class reader.<p>
120     *
121     * @return the css class
122     */
123    String disabled();
124
125    /**
126     * Css class reader.<p>
127     *
128     * @return the css class
129     */
130    String disableTextArea();
131
132    /**
133     * Css class reader.<p>
134     *
135     * @return the css class
136     */
137    String error();
138
139    /**
140     * Css class reader.<p>
141     *
142     * @return the css class
143     */
144    String fader();
145
146    /**
147     * Css class reader.<p>
148     *
149     * @return the css class
150     */
151    String formDescriptionLabel();
152
153    /**
154     * Css class reader.<p>
155     *
156     * @return the css class
157     */
158    String formGradientBackground();
159
160    /**
161     * Css class reader.<p>
162     *
163     * @return the css class
164     */
165    String formInfo();
166
167    /**
168     * Css class reader.<p>
169     *
170     * @return the css class
171     */
172    String formLabel();
173
174    /**
175     * Css class reader.<p>
176     *
177     * @return the css class
178     */
179    String formOpener();
180
181    /**
182     * Css class reader.<p>
183     *
184     * @return the css class
185     */
186    String formRow();
187
188    /**
189     * Css class reader.<p>
190     *
191     * @return the css class
192     */
193    String formWidgetContainer();
194
195    /**
196     * Css class reader.<p>
197     *
198     * @return the css class
199     */
200    String highTextBoxes();
201
202    /**
203     * Css class reader.<p>
204     *
205     * @return the css class
206     */
207    String inherited();
208
209    /**
210     * Css class reader.<p>
211     *
212     * @return the css class
213     */
214    String inlineBlock();
215
216    /**
217     * Css class reader.<p>
218     *
219     * @return the css class
220     */
221    String label();
222
223    /**
224     * Css class reader.<p>
225     *
226     * @return the css class
227     */
228    String labelInput();
229
230    /**
231     * Css class reader.<p>
232     *
233     * @return the css class
234     */
235    String labelTruncated();
236
237    /**
238     * Css class reader.<p>
239     *
240     * @return the css class
241     */
242    String multiCheckBox();
243
244    /**
245     * Css class reader.<p>
246     *
247     * @return the css class
248     */
249    String multiCheckboxPanel();
250
251    /**
252     * Css class reader.<p>
253     *
254     * @return the css class
255     */
256    String noSelectionSelectBox();
257
258    /**
259     * Css class reader.<p>
260     *
261     * @return the css class
262     */
263    String opener();
264
265    /**
266     * Css class reader.<p>
267     *
268     * @return the css class
269     */
270
271    String radioButton();
272
273    /**
274     * Css class reader.<p>
275     *
276     * @return the css class
277     */
278
279    String radioButtonGroup();
280
281    /**
282     * Css class reader.<p>
283     *
284     * @return the css class
285     */
286
287    String radioButtonImage();
288
289    /**
290     * Css class reader.<p>
291     *
292     * @return the css class
293     */
294    String selectBoxCell();
295
296    /**
297     * Css class reader.<p>
298     *
299     * @return the css class
300     */
301    String selectBoxDisabled();
302
303    /**
304     * Css class reader.<p>
305     *
306     * @return the css class
307     */
308    String selectBoxOpener();
309
310    /**
311     * Css class reader.<p>
312     *
313     * @return the css class
314     */
315    String selectBoxRoot();
316
317    /**
318     * Css class reader.<p>
319     *
320     * @return the css class
321     */
322    String selectBoxSelected();
323
324    /**
325     * Css class reader.<p>
326     *
327     * @return the css class
328     */
329    String selectBoxSelector();
330
331    /**
332     * Css class reader.<p>
333     *
334     * @return the css class
335     */
336    String selectComboIcon();
337
338    /**
339     * Css class reader.<p>
340     *
341     * @return the css class
342     */
343    String selectHover();
344
345    /**
346     * Css class reader.<p>
347     *
348     * @return the css class
349     */
350    String selectIcon();
351
352    /**
353     * Css class reader.<p>
354     *
355     * @return the css class
356     */
357    String selectionInput();
358
359    /**
360     * Css class reader.<p>
361     *
362     * @return the css class
363     */
364    String selectorPopup();
365
366    /**
367     * Css class reader.<p>
368     *
369     * @return the css class
370     */
371    String separator();
372
373    /**
374     * Css class reader.<p>
375     *
376     * @return the css class
377     */
378    String showDisabledAsGhostMode();
379
380    /**
381     * Css class reader.<p>
382     *
383     * @return the css class
384     */
385    String subtitleSuffix();
386
387    /**
388     * Css class reader.<p>
389     *
390     * @return the css class
391     */
392    String textArea();
393
394    /**
395     * Css class reader.<p>
396     *
397     * @return the css class
398     */
399    String textAreaGhostMode();
400
401    /**
402     * Css class reader.<p>
403     *
404     * @return the css class
405     */
406    String textAreaProportional();
407
408    /**
409     * Css class reader. <p>
410     *
411     * @return the css class
412     */
413    String textBox();
414
415    /**
416     * Css class reader. <p>
417     *
418     * @return the css class
419     */
420    String textboxGhostMode();
421
422    /**
423     * Css class reader.<p>
424     *
425     * @return the css class
426     */
427    String textBoxPanel();
428
429    /**
430     * Css class reader.<p>
431     *
432     * @return the css class
433     */
434    String textBoxPanelDisabled();
435
436    /**
437     * Css class reader.<p>
438     *
439     * @return the css class
440     */
441    String textBoxPanelError();
442
443    /**
444     * Css class reader.<p>
445     *
446     * @return the css class
447     */
448    String textBoxPanelWhite();
449
450    /**
451     * Css class reader.<p>
452     *
453     * @return the css class
454     */
455    String textBoxReadOnly();
456
457    /**
458     * Css class reader.<p>
459     *
460     * @return the css class
461     */
462    String textBoxWidget();
463
464    /**
465     * Css class reader.<p>
466     *
467     * @return the css class
468     */
469    String triState();
470
471    /**
472     * Css class reader.<p>
473     *
474     * @return the css class
475     */
476    String triStateMedium();
477
478    /**
479     * Css class reader.<p>
480     *
481     * @return the css class
482     */
483    String triStateOff();
484
485    /**
486     * Css class reader.<p>
487     *
488     * @return the css class
489     */
490    String triStateOn();
491
492    /**
493     * Css class reader.<p>
494     *
495     * @return the css class
496     */
497    String weakText();
498}