Package | Description |
---|---|
org.kuali.student.common.ui.client.widgets.search |
Modifier and Type | Field and Description |
---|---|
protected CollapsablePanel.ImagePosition |
CollapsablePanel.imagePosition |
Modifier and Type | Method and Description |
---|---|
static CollapsablePanel.ImagePosition |
CollapsablePanel.ImagePosition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CollapsablePanel.ImagePosition[] |
CollapsablePanel.ImagePosition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected void |
CollapsablePanel.init(com.google.gwt.user.client.ui.Widget label,
com.google.gwt.user.client.ui.Widget content,
boolean isOpen,
boolean withImages,
CollapsablePanel.ImagePosition imagePosition) |
void |
CollapsablePanel.initialise(String label,
com.google.gwt.user.client.ui.Widget content,
boolean isOpen,
boolean withImages,
CollapsablePanel.ImagePosition imagePosition) |
void |
CollapsablePanel.initialise(com.google.gwt.user.client.ui.Widget label,
com.google.gwt.user.client.ui.Widget content,
boolean isOpen,
boolean withImages,
CollapsablePanel.ImagePosition imagePosition) |
Constructor and Description |
---|
CollapsablePanel(String label,
com.google.gwt.user.client.ui.Widget content,
boolean isOpen,
boolean withImages,
CollapsablePanel.ImagePosition imagePosition) |
CollapsablePanel(com.google.gwt.user.client.ui.Widget label,
com.google.gwt.user.client.ui.Widget content,
boolean isOpen,
boolean withImages,
CollapsablePanel.ImagePosition imagePosition) |
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.