Skip to content

Commit

Permalink
Update Java doc references for demo showcase.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevzlou7979 committed Oct 24, 2017
1 parent 5fecd67 commit 92efd61
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
*
* @author kevzlou7979
* @author Ben Dol
* @see <a href="http://gwtmaterialdesign.github.io/gwt-material-demo/#forms">CheckBox</a>
* @see <a href="http://gwtmaterialdesign.github.io/gwt-material-demo/#checkbox">CheckBox</a>
* @see <a href="https://material.io/guidelines/components/selection-controls.html#selection-controls-checkbox">Material Design Specification</a>
*/
public class MaterialCheckBox extends BaseCheckBox implements HasGrid {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
* i18n settings from the user.
*
* @author paulux84
* @see <a href="http://gwtmaterialdesign.github.io/gwt-material-demo/#forms">Material FloatBox</a>
* @see <a href="http://gwtmaterialdesign.github.io/gwt-material-demo/#textfields">Material FloatBox</a>
* @see <a href="https://material.io/guidelines/components/text-fields.html#">Material Design Specification</a>
*/
//@formatter:on
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
* using the i18n settings from the user.
*
* @author paulux84
* @see <a href="http://gwtmaterialdesign.github.io/gwt-material-demo/#forms">Material
* @see <a href="http://gwtmaterialdesign.github.io/gwt-material-demo/#textfields">Material
* IntegerBox</a>
* @see <a href="https://material.io/guidelines/components/text-fields.html#">Material Design Specification</a>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
*
* @author kevzlou7979
* @author Ben Dol
* @see <a href="http://gwtmaterialdesign.github.io/gwt-material-demo/#forms">Material ListBox</a>
* @see <a href="http://gwtmaterialdesign.github.io/gwt-material-demo/#listbox">Material ListBox</a>
* @see <a href="https://material.io/guidelines/components/menus.html">Material Design Specification</a>
*/
//@formatter:on
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
* using the i18n settings from the user.
*
* @author paulux84
* @see <a href="http://gwtmaterialdesign.github.io/gwt-material-demo/#forms">Material
* @see <a href="http://gwtmaterialdesign.github.io/gwt-material-demo/#textfields">Material
* IntegerBox</a>
* @see <a href="https://material.io/guidelines/components/text-fields.html#">Material Design Specification</a>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* {@link MaterialDoubleBox}.
*
* @author paulux84
* @see <a href="http://gwtmaterialdesign.github.io/gwt-material-demo/#forms">Material MaterialNumberBox</a>
* @see <a href="http://gwtmaterialdesign.github.io/gwt-material-demo/#textfields">Material MaterialNumberBox</a>
* @see <a href="https://material.io/guidelines/components/text-fields.html#">Material Design Specification</a>
*/
//@formatter:on
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
* </pre>
*
* @author kevzlou7979
* @see <a href="http://gwtmaterialdesign.github.io/gwt-material-demo/#forms">Material Radio Button</a>
* @see <a href="http://gwtmaterialdesign.github.io/gwt-material-demo/#radiobutton">Material Radio Button</a>
* @see <a href="https://material.io/guidelines/components/selection-controls.html#selection-controls-radio-button">Material Design Specification</a>
*/
public class MaterialRadioButton extends RadioButton implements HasType<RadioButtonType> {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
*
* @author kevzlou7979
* @author Ben Dol
* @see <a href="http://gwtmaterialdesign.github.io/gwt-material-demo/#forms">Material Range</a>
* @see <a href="http://gwtmaterialdesign.github.io/gwt-material-demo/#range">Material Range</a>
* @see <a href="https://material.io/guidelines/components/sliders.html">Material Design Specification</a>
*/
//@formatter:on
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
* </pre>
*
* @author kevzlou7979
* @see <a href="http://gwtmaterialdesign.github.io/gwt-material-demo/#forms">Material Switch</a>
* @see <a href="http://gwtmaterialdesign.github.io/gwt-material-demo/#switches">Material Switch</a>
* @see <a href="https://material.io/guidelines/components/selection-controls.html#selection-controls-switch">Material Design Specification</a>
*/
//@formatter:on
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
* @author kevzlou7979
* @author Ben Dol
* @author paulux84
* @see <a href="http://gwtmaterialdesign.github.io/gwt-material-demo/#forms">Material TextArea</a>
* @see <a href="http://gwtmaterialdesign.github.io/gwt-material-demo/#textfields">Material TextArea</a>
* @see <a href="https://material.io/guidelines/components/text-fields.html#">Material Design Specification</a>
*/
//@formatter:on
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
* @author kevzlou7979
* @author Ben Dol
* @author paulux84
* @see <a href="http://gwtmaterialdesign.github.io/gwt-material-demo/#forms">Material TextBox</a>
* @see <a href="http://gwtmaterialdesign.github.io/gwt-material-demo/#textfields">Material TextBox</a>
* @see <a href="https://material.io/guidelines/components/text-fields.html#">Material Design Specification</a>
*/
//@formatter:on
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
* @author kevzlou7979
* @author Ben Dol
* @author paulux84
* @see <a href="http://gwtmaterialdesign.github.io/gwt-material-demo/#forms">Material TextBox</a>
* @see <a href="http://gwtmaterialdesign.github.io/gwt-material-demo/#textfields">Material TextBox</a>
* @see <a href="https://material.io/guidelines/components/text-fields.html#">Material Design Specification</a>
*/
//@formatter:on
Expand Down

0 comments on commit 92efd61

Please sign in to comment.