Browse Source

Remove class names from documentation headers (#8642)

* Remove class names from documentation headers
tags/8.1.0.alpha1
Artur 7 years ago
parent
commit
22a6a37aa4
31 changed files with 31 additions and 31 deletions
  1. 1
    1
      documentation/components/components-button.asciidoc
  2. 1
    1
      documentation/components/components-checkbox.asciidoc
  3. 1
    1
      documentation/components/components-combobox.asciidoc
  4. 1
    1
      documentation/components/components-customcomponent.asciidoc
  5. 1
    1
      documentation/components/components-customfield.asciidoc
  6. 1
    1
      documentation/components/components-datefield.asciidoc
  7. 1
    1
      documentation/components/components-grid.asciidoc
  8. 1
    1
      documentation/components/components-label.asciidoc
  9. 1
    1
      documentation/components/components-link.asciidoc
  10. 1
    1
      documentation/components/components-listselect.asciidoc
  11. 1
    1
      documentation/components/components-menubar.asciidoc
  12. 1
    1
      documentation/components/components-nativeselect.asciidoc
  13. 1
    1
      documentation/components/components-optiongroups.asciidoc
  14. 1
    1
      documentation/components/components-passwordfield.asciidoc
  15. 1
    1
      documentation/components/components-popupview.asciidoc
  16. 1
    1
      documentation/components/components-progressbar.asciidoc
  17. 1
    1
      documentation/components/components-richtextarea.asciidoc
  18. 1
    1
      documentation/components/components-slider.asciidoc
  19. 1
    1
      documentation/components/components-textarea.asciidoc
  20. 1
    1
      documentation/components/components-textfield.asciidoc
  21. 1
    1
      documentation/components/components-twincolselect.asciidoc
  22. 1
    1
      documentation/components/components-upload.asciidoc
  23. 1
    1
      documentation/layout/layout-absolutelayout.asciidoc
  24. 1
    1
      documentation/layout/layout-accordion.asciidoc
  25. 1
    1
      documentation/layout/layout-csslayout.asciidoc
  26. 1
    1
      documentation/layout/layout-formlayout.asciidoc
  27. 1
    1
      documentation/layout/layout-gridlayout.asciidoc
  28. 1
    1
      documentation/layout/layout-orderedlayout.asciidoc
  29. 1
    1
      documentation/layout/layout-panel.asciidoc
  30. 1
    1
      documentation/layout/layout-splitpanel.asciidoc
  31. 1
    1
      documentation/layout/layout-tabsheet.asciidoc

+ 1
- 1
documentation/components/components-button.asciidoc View File

--- ---


[[components.button]] [[components.button]]
= [classname]#Button#
= Button


ifdef::web[] ifdef::web[]
[.sampler] [.sampler]

+ 1
- 1
documentation/components/components-checkbox.asciidoc View File

--- ---


[[components.checkbox]] [[components.checkbox]]
= [classname]#CheckBox#
= CheckBox


ifdef::web[] ifdef::web[]
[.sampler] [.sampler]

+ 1
- 1
documentation/components/components-combobox.asciidoc View File

--- ---


[[components.combobox]] [[components.combobox]]
= [classname]#ComboBox#
= ComboBox


ifdef::web[] ifdef::web[]
[.sampler] [.sampler]

+ 1
- 1
documentation/components/components-customcomponent.asciidoc View File

--- ---


[[components.customcomponent]] [[components.customcomponent]]
= Composition with [classname]#CustomComponent#
= Composition with CustomComponent


The ease of making new user interface components is one of the core features of The ease of making new user interface components is one of the core features of
Vaadin. Typically, you simply combine existing built-in components to produce Vaadin. Typically, you simply combine existing built-in components to produce

+ 1
- 1
documentation/components/components-customfield.asciidoc View File

--- ---


[[components.customfield]] [[components.customfield]]
= Composite Fields with [classname]#CustomField#
= Composite Fields with CustomField


The [classname]#CustomField# is a way to create composite components as with [classname]#CustomComponent#, except that it implements the [interfacename]#Field# interface and inherits [classname]#AbstractField#, described in <<dummy/../../../framework/components/components-fields#components.fields,"Field Components">>. The [classname]#CustomField# is a way to create composite components as with [classname]#CustomComponent#, except that it implements the [interfacename]#Field# interface and inherits [classname]#AbstractField#, described in <<dummy/../../../framework/components/components-fields#components.fields,"Field Components">>.
A field allows editing a property value in the data model, and can be bound to data with [classname]#Binder#, as described in <<dummy/../../../framework/datamodel/datamodel-forms#datamodel.forms, "Binding Data to Forms">>. A field allows editing a property value in the data model, and can be bound to data with [classname]#Binder#, as described in <<dummy/../../../framework/datamodel/datamodel-forms#datamodel.forms, "Binding Data to Forms">>.

+ 1
- 1
documentation/components/components-datefield.asciidoc View File

--- ---


[[components.datefield]] [[components.datefield]]
= Date Input with [classname]#DateField#
= Date Input with DateField


ifdef::web[] ifdef::web[]
[.sampler] [.sampler]

+ 1
- 1
documentation/components/components-grid.asciidoc View File

--- ---


[[components.grid]] [[components.grid]]
= [classname]#Grid#
= Grid


ifdef::web[] ifdef::web[]
[.sampler] [.sampler]

+ 1
- 1
documentation/components/components-label.asciidoc View File

--- ---


[[components.label]] [[components.label]]
= [classname]#Label#
= Label


ifdef::web[] ifdef::web[]
[.sampler] [.sampler]

+ 1
- 1
documentation/components/components-link.asciidoc View File

--- ---


[[components.link]] [[components.link]]
= [classname]#Link#
= Link


ifdef::web[] ifdef::web[]
[.sampler] [.sampler]

+ 1
- 1
documentation/components/components-listselect.asciidoc View File

--- ---


[[components.listselect]] [[components.listselect]]
= [classname]#ListSelect#
= ListSelect


ifdef::web[] ifdef::web[]
[.sampler] [.sampler]

+ 1
- 1
documentation/components/components-menubar.asciidoc View File

--- ---


[[components.menubar]] [[components.menubar]]
= [classname]#MenuBar#
= MenuBar


ifdef::web[] ifdef::web[]
[.sampler] [.sampler]

+ 1
- 1
documentation/components/components-nativeselect.asciidoc View File

--- ---


[[components.nativeselect]] [[components.nativeselect]]
= [classname]#NativeSelect#
= NativeSelect


ifdef::web[] ifdef::web[]
[.sampler] [.sampler]

+ 1
- 1
documentation/components/components-optiongroups.asciidoc View File

--- ---


[[components.optiongroups]] [[components.optiongroups]]
= [classname]#CheckBoxGroup# and [classname]#RadioButtonGroup#
= CheckBoxGroup and RadioButtonGroup


ifdef::web[] ifdef::web[]
[.sampler] [.sampler]

+ 1
- 1
documentation/components/components-passwordfield.asciidoc View File

--- ---


[[components.passwordfield]] [[components.passwordfield]]
= [classname]#PasswordField#
= PasswordField


ifdef::web[] ifdef::web[]
[.sampler] [.sampler]

+ 1
- 1
documentation/components/components-popupview.asciidoc View File

--- ---


[[components.popupview]] [[components.popupview]]
= [classname]#PopupView#
= PopupView


ifdef::web[] ifdef::web[]
[.sampler] [.sampler]

+ 1
- 1
documentation/components/components-progressbar.asciidoc View File

--- ---


[[components.progressbar]] [[components.progressbar]]
= [classname]#ProgressBar#
= ProgressBar


ifdef::web[] ifdef::web[]
[.sampler] [.sampler]

+ 1
- 1
documentation/components/components-richtextarea.asciidoc View File

--- ---


[[components.richtextarea]] [[components.richtextarea]]
= [classname]#RichTextArea#
= RichTextArea


ifdef::web[] ifdef::web[]
[.sampler] [.sampler]

+ 1
- 1
documentation/components/components-slider.asciidoc View File

--- ---


[[components.slider]] [[components.slider]]
= [classname]#Slider#
= Slider


ifdef::web[] ifdef::web[]
[.sampler] [.sampler]

+ 1
- 1
documentation/components/components-textarea.asciidoc View File

--- ---


[[components.textarea]] [[components.textarea]]
= [classname]#TextArea#
= TextArea


ifdef::web[] ifdef::web[]
[.sampler] [.sampler]

+ 1
- 1
documentation/components/components-textfield.asciidoc View File

--- ---


[[components.textfield]] [[components.textfield]]
= [classname]#TextField#
= TextField


ifdef::web[] ifdef::web[]
[.sampler] [.sampler]

+ 1
- 1
documentation/components/components-twincolselect.asciidoc View File

--- ---


[[components.twincolselect]] [[components.twincolselect]]
= [classname]#TwinColSelect#
= TwinColSelect


ifdef::web[] ifdef::web[]
[.sampler] [.sampler]

+ 1
- 1
documentation/components/components-upload.asciidoc View File

--- ---


[[components.upload]] [[components.upload]]
= [classname]#Upload#
= Upload


ifdef::web[] ifdef::web[]
[.sampler] [.sampler]

+ 1
- 1
documentation/layout/layout-absolutelayout.asciidoc View File

--- ---


[[layout.absolutelayout]] [[layout.absolutelayout]]
= [classname]#AbsoluteLayout#
= AbsoluteLayout


ifdef::web[] ifdef::web[]
[.sampler] [.sampler]

+ 1
- 1
documentation/layout/layout-accordion.asciidoc View File

--- ---


[[layout.accordion]] [[layout.accordion]]
= [classname]#Accordion#
= Accordion


ifdef::web[] ifdef::web[]
[.sampler] [.sampler]

+ 1
- 1
documentation/layout/layout-csslayout.asciidoc View File

--- ---


[[layout.csslayout]] [[layout.csslayout]]
= [classname]#CssLayout#
= CssLayout


ifdef::web[] ifdef::web[]
[.sampler] [.sampler]

+ 1
- 1
documentation/layout/layout-formlayout.asciidoc View File

--- ---


[[layout.formlayout]] [[layout.formlayout]]
= [classname]#FormLayout#
= FormLayout


ifdef::web[] ifdef::web[]
[.sampler] [.sampler]

+ 1
- 1
documentation/layout/layout-gridlayout.asciidoc View File

--- ---


[[layout.gridlayout]] [[layout.gridlayout]]
= [classname]#GridLayout#
= GridLayout


ifdef::web[] ifdef::web[]
[.sampler] [.sampler]

+ 1
- 1
documentation/layout/layout-orderedlayout.asciidoc View File

--- ---


[[layout.orderedlayout]] [[layout.orderedlayout]]
= [classname]#VerticalLayout# and [classname]#HorizontalLayout#
= VerticalLayout and HorizontalLayout


[classname]#VerticalLayout# and [classname]#HorizontalLayout# are ordered [classname]#VerticalLayout# and [classname]#HorizontalLayout# are ordered
layouts for laying components out either vertically or horizontally, layouts for laying components out either vertically or horizontally,

+ 1
- 1
documentation/layout/layout-panel.asciidoc View File

--- ---


[[layout.panel]] [[layout.panel]]
= [classname]#Panel#
= Panel


ifdef::web[] ifdef::web[]
[.sampler] [.sampler]

+ 1
- 1
documentation/layout/layout-splitpanel.asciidoc View File

--- ---


[[layout.splitpanel]] [[layout.splitpanel]]
= [classname]#HorizontalSplitPanel# and [classname]#VerticalSplitPanel#
= HorizontalSplitPanel and VerticalSplitPanel


ifdef::web[] ifdef::web[]
[.sampler] [.sampler]

+ 1
- 1
documentation/layout/layout-tabsheet.asciidoc View File

--- ---


[[layout.tabsheet]] [[layout.tabsheet]]
= [classname]#TabSheet#
= TabSheet


ifdef::web[] ifdef::web[]
[.sampler] [.sampler]

Loading…
Cancel
Save