Pārlūkot izejas kodu

Made grid StaticCell and StaticRow public (#17415)

These supertypes are needed at least in the Components project.

Change-Id: I7a9314c5198d99074ae42f6b0f3b8bd7e84d71e2
tags/7.5.0.beta1
Tomi Virkki pirms 9 gadiem
vecāks
revīzija
be90c6d216
1 mainītis faili ar 3 papildinājumiem un 3 dzēšanām
  1. 3
    3
      client/src/com/vaadin/client/widgets/Grid.java

+ 3
- 3
client/src/com/vaadin/client/widgets/Grid.java Parādīt failu

@@ -193,13 +193,13 @@ public class Grid<T> extends ResizeComposite implements
* @param <ROWTYPE>
* the type of the rows in the section
*/
protected abstract static class StaticSection<ROWTYPE extends StaticSection.StaticRow<?>> {
public abstract static class StaticSection<ROWTYPE extends StaticSection.StaticRow<?>> {

/**
* A header or footer cell. Has a simple textual caption.
*
*/
static class StaticCell {
public static class StaticCell {

private Object content = null;

@@ -372,7 +372,7 @@ public class Grid<T> extends ResizeComposite implements
* @param <CELLTYPE>
* the type of the cells in the row
*/
abstract static class StaticRow<CELLTYPE extends StaticCell> {
public abstract static class StaticRow<CELLTYPE extends StaticCell> {

private Map<Column<?, ?>, CELLTYPE> cells = new HashMap<Column<?, ?>, CELLTYPE>();


Notiek ielāde…
Atcelt
Saglabāt