| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent b3ae880 commit 16bde68
164 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -40,6 +40,7 @@ | |||
| 40 | 40 | import static org.patternfly.style.Classes.item; | |
| 41 | 41 | ||
| 42 | 42 | /** An individual action button within a {@link CodeBlockActions} container. */ | |
| 43 | + /** A code block action within a {@link CodeBlock} component. */ | ||
| 43 | 44 | public class CodeBlockAction extends CodeBlockSubComponent<HTMLDivElement, CodeBlockAction> implements | |
| 44 | 45 | ComponentIcon<HTMLDivElement, CodeBlockAction> { | |
| 45 | 46 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -23,6 +23,7 @@ | |||
| 23 | 23 | import static org.patternfly.style.Classes.component; | |
| 24 | 24 | ||
| 25 | 25 | /** A container for action buttons displayed in the header of a {@link CodeBlock}. */ | |
| 26 | + /** A code block actions container within a {@link CodeBlock} component. */ | ||
| 26 | 27 | public class CodeBlockActions extends CodeBlockSubComponent<HTMLDivElement, CodeBlockActions> { | |
| 27 | 28 | ||
| 28 | 29 | // ------------------------------------------------------ factory | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -24,6 +24,7 @@ | |||
| 24 | 24 | import static org.patternfly.style.Classes.header; | |
| 25 | 25 | ||
| 26 | 26 | /** The header area of a {@link CodeBlock} component, typically containing {@link CodeBlockActions}. */ | |
| 27 | + /** A code block header within a {@link CodeBlock} component. */ | ||
| 27 | 28 | public class CodeBlockHeader extends CodeBlockSubComponent<HTMLDivElement, CodeBlockHeader> { | |
| 28 | 29 | ||
| 29 | 30 | // ------------------------------------------------------ factory | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -29,6 +29,7 @@ | |||
| 29 | 29 | import static org.patternfly.style.Classes.drawer; | |
| 30 | 30 | ||
| 31 | 31 | /** The close button within a {@link DrawerPanelHead}. */ | |
| 32 | + /** A drawer close button within a {@link Drawer} component. */ | ||
| 32 | 33 | public class DrawerCloseButton extends DrawerSubComponent<HTMLDivElement, DrawerCloseButton> { | |
| 33 | 34 | ||
| 34 | 35 | // ------------------------------------------------------ factory | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -23,6 +23,7 @@ | |||
| 23 | 23 | import static org.patternfly.style.Classes.emptyState; | |
| 24 | 24 | ||
| 25 | 25 | /** A container for action buttons within an {@link EmptyState} component. */ | |
| 26 | + /** A empty state actions container within a {@link EmptyState} component. */ | ||
| 26 | 27 | public class EmptyStateActions extends EmptyStateSubComponent<HTMLDivElement, EmptyStateActions> { | |
| 27 | 28 | ||
| 28 | 29 | // ------------------------------------------------------ factory | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -25,6 +25,7 @@ | |||
| 25 | 25 | import static org.patternfly.style.Classes.emptyState; | |
| 26 | 26 | ||
| 27 | 27 | /** The body content area of an {@link EmptyState} component. */ | |
| 28 | + /** A empty state body within a {@link EmptyState} component. */ | ||
| 28 | 29 | public class EmptyStateBody extends EmptyStateSubComponent<HTMLDivElement, EmptyStateBody> implements | |
| 29 | 30 | ElementTextMethods<HTMLDivElement, EmptyStateBody> { | |
| 30 | 31 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -25,6 +25,7 @@ | |||
| 25 | 25 | import static org.patternfly.style.Classes.footer; | |
| 26 | 26 | ||
| 27 | 27 | /** The footer area of an {@link EmptyState} component, typically containing {@link EmptyStateActions}. */ | |
| 28 | + /** A empty state footer within a {@link EmptyState} component. */ | ||
| 28 | 29 | public class EmptyStateFooter extends EmptyStateSubComponent<HTMLDivElement, EmptyStateFooter> implements | |
| 29 | 30 | ElementTextMethods<HTMLDivElement, EmptyStateFooter> { | |
| 30 | 31 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -26,6 +26,7 @@ | |||
| 26 | 26 | import static org.patternfly.style.Classes.expandableSection; | |
| 27 | 27 | ||
| 28 | 28 | /** The collapsible content area of an {@link ExpandableSection} component. */ | |
| 29 | + /** A expandable section content area within a {@link ExpandableSection} component. */ | ||
| 29 | 30 | public class ExpandableSectionContent extends ExpandableSectionSubComponent<HTMLDivElement, ExpandableSectionContent> implements | |
| 30 | 31 | ElementTextMethods<HTMLDivElement, ExpandableSectionContent> { | |
| 31 | 32 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -39,6 +39,7 @@ | |||
| 39 | 39 | import static org.patternfly.style.Classes.toggle; | |
| 40 | 40 | ||
| 41 | 41 | /** The toggle control that expands and collapses an {@link ExpandableSection} component. */ | |
| 42 | + /** A expandable section toggle within a {@link ExpandableSection} component. */ | ||
| 42 | 43 | public class ExpandableSectionToggle extends ExpandableSectionSubComponent<HTMLElement, ExpandableSectionToggle> implements | |
| 43 | 44 | ElementContainerDelegate<HTMLElement, ExpandableSectionToggle> { | |
| 44 | 45 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -25,6 +25,7 @@ | |||
| 25 | 25 | import static org.patternfly.style.Classes.component; | |
| 26 | 26 | ||
| 27 | 27 | /** The body content of a {@link Checkbox} component. */ | |
| 28 | + /** A body content of a checkbox within a {@link Checkbox} component. */ | ||
| 28 | 29 | public class CheckboxBody extends CheckboxSubComponent<HTMLElement, CheckboxBody> | |
| 29 | 30 | implements ElementTextMethods<HTMLElement, CheckboxBody> { | |
| 30 | 31 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments