程序包 | 说明 |
---|---|
org.opencms.ade.containerpage.client.ui | |
org.opencms.ade.editprovider.client | |
org.opencms.ade.galleries.client.preview.ui | |
org.opencms.gwt.client.ui |
Classes to handle GWT ui.
|
org.opencms.gwt.client.util |
Utility classes for GWT.
|
限定符和类型 | 方法和说明 |
---|---|
CmsPositionBean |
CmsContainerPageContainer.ElementPositionInfo.getElementPosition()
Returns the element position bean.
|
限定符和类型 | 方法和说明 |
---|---|
void |
CmsListCollectorEditor.setPosition(CmsPositionBean position,
com.google.gwt.dom.client.Element containerElement) |
限定符和类型 | 字段和说明 |
---|---|
protected java.util.Map<java.lang.String,CmsPositionBean> |
CmsDirectEditEntryPoint.m_buttonPositions
The map of button bar positions.
|
protected java.util.Map<java.lang.String,CmsPositionBean> |
CmsDirectEditEntryPoint.m_positions
The map of editable element positions.
|
限定符和类型 | 方法和说明 |
---|---|
java.util.Map<java.lang.String,CmsPositionBean> |
CmsEditablePositionCalculator.calculatePositions()
Calculates non-overlapping positions for the button bars and returns them in a map with
the element ids as keys.
|
限定符和类型 | 方法和说明 |
---|---|
int |
CmsEditablePositionCalculator.LeftComparator.compare(CmsPositionBean o1,
CmsPositionBean o2) |
protected void |
CmsEditablePositionCalculator.handleCollision(CmsPositionBean p1,
CmsPositionBean p2)
Handles a collision by moving the lower position down.
|
protected boolean |
CmsEditablePositionCalculator.intersectsHorizontally(CmsPositionBean p1,
CmsPositionBean p2)
Checks whether two positions intersect horizontally.
|
protected boolean |
CmsEditablePositionCalculator.intersectsVertically(CmsPositionBean p1,
CmsPositionBean p2)
Checks whether two positions intersect vertically.
|
void |
CmsDirectEditButtons.setPosition(CmsPositionBean position,
CmsPositionBean buttonsPosition,
com.google.gwt.dom.client.Element containerElement)
Sets the position.
|
构造器和说明 |
---|
CmsEditablePositionCalculator(java.util.Map<java.lang.String,CmsPositionBean> positions)
Creates a new instance.
|
限定符和类型 | 方法和说明 |
---|---|
void |
CmsCroppingDialog.onValueChange(com.google.gwt.event.logical.shared.ValueChangeEvent<CmsPositionBean> event) |
限定符和类型 | 字段和说明 |
---|---|
protected CmsPositionBean |
A_CmsDirectEditButtons.m_position
The editable element position.
|
限定符和类型 | 方法和说明 |
---|---|
CmsPositionBean |
CmsAreaSelectPanel.getAreaPosition(boolean relative)
Returns the position of the selected area, or
null if nothing is selected. |
限定符和类型 | 方法和说明 |
---|---|
void |
CmsAreaSelectPanel.setAreaPosition(boolean relative,
CmsPositionBean pos)
Sets the selection area.
|
void |
CmsHighlightingBorder.setPosition(CmsPositionBean position)
Sets the border position.
|
void |
A_CmsDirectEditButtons.setPosition(CmsPositionBean position,
com.google.gwt.dom.client.Element containerElement)
Sets the position.
|
限定符和类型 | 方法和说明 |
---|---|
com.google.gwt.event.shared.HandlerRegistration |
CmsAreaSelectPanel.addValueChangeHandler(com.google.gwt.event.logical.shared.ValueChangeHandler<CmsPositionBean> handler) |
构造器和说明 |
---|
CmsHighlightingBorder(CmsPositionBean position,
CmsHighlightingBorder.BorderColor color)
Constructor.
|
限定符和类型 | 方法和说明 |
---|---|
static CmsPositionBean |
CmsPositionBean.generatePositionInfo(com.google.gwt.dom.client.Element element)
Collects the position information of the given UI object and returns a position info bean.
|
static CmsPositionBean |
CmsPositionBean.generatePositionInfo(com.google.gwt.user.client.ui.UIObject uiObject)
Collects the position information of the given UI object and returns a position info bean.
|
static CmsPositionBean |
CmsDomUtil.getEditablePosition(com.google.gwt.dom.client.Element editable)
Determines the position of the list collector editable content.
|
static CmsPositionBean |
CmsPositionBean.getInnerDimensions(com.google.gwt.dom.client.Element panel)
Returns a position info representing the dimensions of all visible child elements of the given panel (excluding elements with position:absolute).
|
static CmsPositionBean |
CmsPositionBean.getInnerDimensions(com.google.gwt.dom.client.Element panel,
int levels,
boolean includeSelf)
Returns a position info representing the dimensions of all visible child elements of the given panel (excluding elements with position:absolute).
|
构造器和说明 |
---|
CmsPositionBean(CmsPositionBean model)
Copy constructor.
|