|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.opencms.gwt.shared.CmsReplaceInfo
public class CmsReplaceInfo
File replace dialog info.
| Constructor Summary | |
|---|---|
protected |
CmsReplaceInfo()
Constructor. |
|
CmsReplaceInfo(CmsListInfoBean fileInfo,
java.lang.String sitepath,
boolean isLockable,
long maxFileSize)
Constructor. |
| Method Summary | |
|---|---|
CmsListInfoBean |
getFileInfo()
Returns the file info. |
long |
getMaxFileSize()
Returns the maximum file upload size. |
java.lang.String |
getSitepath()
Returns the resource site path. |
boolean |
isLockable()
Returns if the file is lockable. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CmsReplaceInfo(CmsListInfoBean fileInfo,
java.lang.String sitepath,
boolean isLockable,
long maxFileSize)
fileInfo - the file infositepath - the resource site pathisLockable - if the file is lockablemaxFileSize - the maximum file upload sizeprotected CmsReplaceInfo()
| Method Detail |
|---|
public CmsListInfoBean getFileInfo()
public long getMaxFileSize()
public java.lang.String getSitepath()
public boolean isLockable()
true if the file is lockable
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||