public class PDFEditorUIModel extends AbstractFaxToMailBeanUIModel<Attachment,PDFEditorUIModel>
| Modifier and Type | Class and Description |
|---|---|
class |
PDFEditorUIModel.Page |
| Modifier and Type | Field and Description |
|---|---|
protected int |
currentPageIndex |
protected Attachment |
editObject |
protected static org.nuiton.util.beans.Binder<Attachment,PDFEditorUIModel> |
fromBeanBinder |
protected PDFEditorUIModel.Page[] |
pages |
static String |
PROPERTY_CURRENT_PAGE_INDEX |
static String |
PROPERTY_PAGES |
static String |
PROPERTY_ROTATION |
static String |
PROPERTY_ZOOM |
protected int |
rotation |
protected static org.nuiton.util.beans.Binder<PDFEditorUIModel,Attachment> |
toBeanBinder |
protected float |
zoom |
id, modify, PROPERTY_ID, PROPERTY_MODIFY, PROPERTY_VALID, valid| Constructor and Description |
|---|
PDFEditorUIModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
decPageIndex() |
PDFEditorUIModel.Page |
getCurrentPage() |
int |
getCurrentPageIndex() |
AttachmentFile |
getEditedFile() |
AttachmentFile |
getNotNullFile() |
AttachmentFile |
getOriginalFile() |
PDFEditorUIModel.Page |
getPage(int i) |
PDFEditorUIModel.Page[] |
getPages() |
int |
getRotation() |
String |
getTopiaId() |
float |
getZoom() |
void |
incPageIndex() |
protected Attachment |
newEntity() |
void |
setCurrentPageIndex(int currentPageIndex) |
void |
setEditedFile(AttachmentFile file) |
void |
setOriginalFile(AttachmentFile file) |
void |
setPageNumber(int nb) |
void |
setRotation(int rotation) |
void |
setTopiaId(String id) |
void |
setZoom(float zoom) |
firePropertyChanged, fromBean, fromEntity, getChild, getChild, getId, getIdAsInt, isCreate, isModify, isValid, setId, setId, setModify, setValid, toBean, toEntity, toEntityaddPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, addVetoableChangeListener, clone, fireIndexedPropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, fireVetoableChange, getPropertyChangeListeners, getPropertyChangeListeners, getVetoableChangeListeners, getVetoableChangeListeners, hasPropertyChangeListeners, hasVetoableChangeListeners, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, removeVetoableChangeListenerpublic static final String PROPERTY_PAGES
public static final String PROPERTY_CURRENT_PAGE_INDEX
public static final String PROPERTY_ZOOM
public static final String PROPERTY_ROTATION
protected final Attachment editObject
protected PDFEditorUIModel.Page[] pages
protected int currentPageIndex
protected float zoom
protected int rotation
protected static org.nuiton.util.beans.Binder<PDFEditorUIModel,Attachment> toBeanBinder
protected static org.nuiton.util.beans.Binder<Attachment,PDFEditorUIModel> fromBeanBinder
public void setOriginalFile(AttachmentFile file)
public AttachmentFile getOriginalFile()
public void setEditedFile(AttachmentFile file)
public AttachmentFile getEditedFile()
public AttachmentFile getNotNullFile()
public String getTopiaId()
public void setTopiaId(String id)
public PDFEditorUIModel.Page[] getPages()
public void setPageNumber(int nb)
public PDFEditorUIModel.Page getCurrentPage()
public PDFEditorUIModel.Page getPage(int i)
public int getCurrentPageIndex()
public void setCurrentPageIndex(int currentPageIndex)
public void decPageIndex()
public void incPageIndex()
public float getZoom()
public void setZoom(float zoom)
public int getRotation()
public void setRotation(int rotation)
protected Attachment newEntity()
newEntity in class AbstractFaxToMailBeanUIModel<Attachment,PDFEditorUIModel>Copyright © 2014 CodeLutin. All rights reserved.